DmitrMakeev commited on
Commit
9f9740c
·
verified ·
1 Parent(s): b0dfa93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1097,8 +1097,6 @@ def get_order():
1097
  return jsonify({"error": str(e)}), 500
1098
 
1099
 
1100
- if __name__ == '__main__':
1101
- app.run(debug=True)
1102
 
1103
 
1104
 
 
1097
  return jsonify({"error": str(e)}), 500
1098
 
1099
 
 
 
1100
 
1101
 
1102