DSatishchandra commited on
Commit
0f5da54
·
verified ·
1 Parent(s): 2ed1fc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -283,5 +283,5 @@ def checkout():
283
  return jsonify({"success": False, "error": str(e)})
284
 
285
  if __name__ == "__main__":
286
- app.run(host="0.0.0.0", port=8080)
287
 
 
283
  return jsonify({"success": False, "error": str(e)})
284
 
285
  if __name__ == "__main__":
286
+ app.run(host='0.0.0.0', port=7860, debug=False)
287