stanley-king 2 лет назад
Родитель
Сommit
0f380ddb93
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plot/app.py

+ 1 - 1
plot/app.py

@@ -162,7 +162,7 @@ def mchplot():
 
 
 if __name__ == "__main__":
-    debug_mode = True
+    debug_mode = False
     if debug_mode:
         app.run(debug=True, host='0.0.0.0', port=5000)
     else: