Removed debug flag

This commit is contained in:
2025-12-27 13:23:26 +01:00
parent 57438570e6
commit e7929bb3a1

View File

@@ -36,7 +36,7 @@ if __name__ == "__main__":
))
light_sensor_reader.start()
app.run(host="0.0.0.0", port=5000, debug=True)
app.run(host="0.0.0.0", port=5000, debug=False)
"""