You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on apscheduler-3.3.1, with a simple add_jobs example, I keep getting ValueError: The list of positional arguments is longer than the target callable can handle (allowed: 1, given in args: 2)
@Keramatfar not helpful. If you think there is a bug, please do a little bit of investigation and create a ticket with details that will let me resolve the problem.
I am on apscheduler-3.3.1, with a simple add_jobs example, I keep getting
ValueError: The list of positional arguments is longer than the target callable can handle (allowed: 1, given in args: 2)
The code is:
I have tried all variations of different parameters as per docs but with every variation, this error keeps popping up
The text was updated successfully, but these errors were encountered: