server no comment

This commit is contained in:
derlole
2025-05-16 08:40:21 +00:00
parent 93e0e200a6
commit 06678a0cc6

View File

@@ -133,7 +133,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()