Applying pycodestyle recommendations on cronjobs.py
This commit is contained in:
parent
227e24a2ab
commit
ee5851df72
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ from git import Repo
|
|||
from django_cron import CronJobBase, Schedule
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
class FetchRemoteCron(CronJobBase):
|
||||
schedule = Schedule(run_every_mins=5)
|
||||
code = "manager.fetchremotecron"
|
||||
|
|
Loading…
Reference in a new issue