DmitrMakeev commited on
Commit
520e57d
·
verified ·
1 Parent(s): 6e5ec17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -57,8 +57,6 @@ def save_db():
57
  else:
58
  return jsonify({"status": "error", "message": "Invalid API key"}), 401
59
 
60
- if __name__ == '__main__':
61
- app.run(host='0.0.0.0', port=5000)
62
 
63
 
64
 
 
57
  else:
58
  return jsonify({"status": "error", "message": "Invalid API key"}), 401
59
 
 
 
60
 
61
 
62