DSatishchandra commited on
Commit
3d370d9
·
verified ·
1 Parent(s): 098997e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,4 +281,4 @@ def checkout():
281
  return jsonify({"success": False, "error": str(e)})
282
 
283
  if __name__ == "__main__":
284
- app.run(debug=True, host="0.0.0.0", port=8000))
 
281
  return jsonify({"success": False, "error": str(e)})
282
 
283
  if __name__ == "__main__":
284
+ app.run(debug=True, host="0.0.0.0", port=8000)