AliZain1 commited on
Commit
01360e5
·
verified ·
1 Parent(s): b833283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,4 +174,4 @@ def remove_matched_messages(buyer, seller, product):
174
  f.writelines(new_messages)
175
 
176
  if __name__ == '__main__':
177
- socketio.run(app, debug=True, host='0.0.0.0',port=5000)
 
174
  f.writelines(new_messages)
175
 
176
  if __name__ == '__main__':
177
+ socketio.run(app, debug=True, host='0.0.0.0')