mirror of
https://github.com/Paillat-dev/FABLE.git
synced 2026-01-02 09:16:20 +00:00
fix(uploader.py): await resumable_upload function call
This commit is contained in:
@@ -98,7 +98,7 @@ async def initialize_upload(youtube, options):
|
|||||||
media_body=MediaFileUpload(options['file'], chunksize=-1, resumable=True)
|
media_body=MediaFileUpload(options['file'], chunksize=-1, resumable=True)
|
||||||
)
|
)
|
||||||
|
|
||||||
videoid = resumable_upload(insert_request)
|
videoid = await resumable_upload(insert_request)
|
||||||
return videoid
|
return videoid
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user