Removed debug flag
This commit is contained in:
@@ -36,7 +36,7 @@ if __name__ == "__main__":
|
|||||||
))
|
))
|
||||||
light_sensor_reader.start()
|
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)
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user