abdulmalek9 commited on
Commit
9dc795c
·
verified ·
1 Parent(s): a5899d8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -272,8 +272,8 @@ def Select(id):
272
  return jsonify(user_data), 200
273
 
274
 
275
- if __name__ == '__main__':
276
- app.run(host='0.0.0.0', port=7860, debug=True)
277
  # init_connect()
278
  # app.run(host='192.168.137.241', port=5000, debug=True) # 192.168.1.114 http://192.168.137.241:5000 192.168.1.122
279
 
 
272
  return jsonify(user_data), 200
273
 
274
 
275
+ # if __name__ == '__main__':
276
+ # app.run(host='0.0.0.0', port=7860, debug=True)
277
  # init_connect()
278
  # app.run(host='192.168.137.241', port=5000, debug=True) # 192.168.1.114 http://192.168.137.241:5000 192.168.1.122
279