Add debugging method
This commit is contained in:
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user