mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-17 10:36:35 +00:00
fixup: syntax
This commit is contained in:
parent
a5509612d1
commit
b372fda4c0
@ -1,7 +1,7 @@
|
||||
from functools import wraps
|
||||
|
||||
|
||||
def CancelExecution(*args, *, retry=None, **kwargs):
|
||||
def CancelExecution(*args, retry=None, **kwargs):
|
||||
from huey import CancelExecution as cancel
|
||||
return cancel(retry, *args, **kwargs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user