Fix: Minor typo in cron documentation.
This commit is contained in:
parent
639e85e4e7
commit
d57dc96078
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue