mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
fix merge conflict in tasks.py
This commit is contained in:
parent
37597f920f
commit
06a5f4713e
@ -167,6 +167,11 @@ class TasksManager:
|
|||||||
else:
|
else:
|
||||||
# Stats are same
|
# Stats are same
|
||||||
time.sleep(8)
|
time.sleep(8)
|
||||||
|
def log_watcher(self):
|
||||||
|
console.debug('in log_watcher')
|
||||||
|
helper.check_for_old_logs(db_helper)
|
||||||
|
schedule.every(6).hours.do(lambda: helper.check_for_old_logs(db_helper))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user