mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
fixup: restore the missing keyword
This commit is contained in:
parent
10aa455ba9
commit
e2b99de843
@ -340,7 +340,7 @@ def check_source_directory_exists(source_id):
|
|||||||
source.make_directory()
|
source.make_directory()
|
||||||
|
|
||||||
|
|
||||||
@background(schedule=dict(priority=5, run_at=10), Val(TaskQueue.NET))
|
@background(schedule=dict(priority=5, run_at=10), queue=Val(TaskQueue.NET))
|
||||||
def download_source_images(source_id):
|
def download_source_images(source_id):
|
||||||
'''
|
'''
|
||||||
Downloads an image and save it as a local thumbnail attached to a
|
Downloads an image and save it as a local thumbnail attached to a
|
||||||
|
Loading…
Reference in New Issue
Block a user