backend rework -full test 2

This commit is contained in:
derlole
2025-05-07 11:12:13 +00:00
parent 76bfa50995
commit 10d6558725
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ def monitor_esp_connection():
threading.Thread(target=cleanup_old_commands, daemon=True).start()
threading.Thread(target=monitor_esp_connection, daemon=True).start()
#threading.Thread(target=mqtt_thread, daemon=True).start()
threading.Thread(target=mqtt_thread, daemon=True).start()
if __name__ == '__main__':
#clear_commands_db()