Fix: Minor typo in cron documentation.

This commit is contained in:
Ben Rog-Wilhelm 2023-04-22 08:11:12 -05:00
parent 639e85e4e7
commit d57dc96078

View file

@ -19,7 +19,7 @@ class PythonCodeTask(RepeatableTask):
```py
from files.classes.user import User
from files.classes.cron.scheduler import TaskRunContext
from files.classes.cron.tasks import TaskRunContext
from files.helpers.get import get_account
def spam_task(ctx:TaskRunContext):