add print and dev variable
This commit is contained in:
@@ -8,6 +8,7 @@ class InitTaskSync(CronJobBase):
|
||||
RUN_EVERY_MIN = 1
|
||||
|
||||
schedule = Schedule(run_at_times=RUN_AT_TIMES,)
|
||||
#schedule = Schedule(run_every_mins=RUN_EVERY_MIN,)
|
||||
code = 'reskreen.init_sync_task' # Un code unique pour votre tâche cron
|
||||
|
||||
def do(self):
|
||||
|
||||
Reference in New Issue
Block a user