BeveledCube commited on
Commit
c5527cd
1 Parent(s): ff5f8ca

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -43,4 +43,4 @@ def receive_data():
43
 
44
  return jsonify(answer_data)
45
 
46
- app.run(host="0.0.0.0", port=25428, debug=False)
 
43
 
44
  return jsonify(answer_data)
45
 
46
+ app.run(host="0.0.0.0", port=7860, debug=False)