This commit is contained in:
nikili0n 2023-10-18 00:50:28 +03:00 committed by Dantenerosas
parent be792ca57f
commit 70f25f3e36

View File

@ -73,7 +73,7 @@ class MasterService:
loop = asyncio.new_event_loop() loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop) asyncio.set_event_loop(loop)
f: asyncio.Future = asyncio.run_coroutine_threadsafe(downloader.video_download(), loop) f: asyncio.Future = asyncio.run_coroutine_threadsafe(downloader.video_download(), loop)
r = f.result(60) r = f.result(600)
# loop.close() # loop.close()
return r return r
case _: case _: