DmitrMakeev commited on
Commit
a72e499
·
verified ·
1 Parent(s): e436956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -925,8 +925,7 @@ def handle_calculation():
925
  # 4. Всегда возвращаем 200 OK
926
  return jsonify(response), 200
927
 
928
- if __name__ == "__main__":
929
- app.run(host="0.0.0.0", port=5000, debug=True)
930
 
931
 
932
 
 
925
  # 4. Всегда возвращаем 200 OK
926
  return jsonify(response), 200
927
 
928
+
 
929
 
930
 
931