Browse Source

Disabled debug

Thokoop 1 năm trước cách đây
mục cha
commit
401a675d87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -1247,4 +1247,4 @@ def update_software():
 if __name__ == '__main__':
     # Auto-connect to serial
     connect_to_serial()
-    app.run(debug=True, host='0.0.0.0', port=8080)
+    app.run(debug=False, host='0.0.0.0', port=8080)