Add debugging method

This commit is contained in:
2025-12-27 13:40:35 +01:00
parent 7a399f4467
commit 495868a170
2 changed files with 11 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ if __name__ == "__main__":
print("Light sensor reader started.")
app.run(host="0.0.0.0", port=5000, debug=False)
print("Server started.")
except KeyboardInterrupt:
print("Keyboard interrupt. Stopping app...")