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
pydal 20241204.1
Get following error when using scheduler:
File "/home/py4web/.venv/lib/python3.12/site-packages/pydal/tools/scheduler.py", line 210, in step
if run.timeout and run.started_on + delta(run.timeout) < now():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: can't compare offset-naive and offset-aware datetimes
The text was updated successfully, but these errors were encountered:
pydal 20241204.1
Get following error when using scheduler:
The text was updated successfully, but these errors were encountered: