fix merge conflict in tasks.py

This commit is contained in:
luukas 2021-03-05 11:30:18 +02:00
parent 37597f920f
commit 06a5f4713e

View File

@ -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))