@@ -607,7 +607,7 @@ with app.app_context():
sync_all_controllers()
scheduler = BackgroundScheduler()
scheduler.add_job(sync_all_controllers, "interval", hours=6)
scheduler.add_job(sync_all_controllers, "interval", hours=1)
scheduler.start()
if __name__ == "__main__":
The note is not visible to the blocked user.