Zhofang commited on
Commit
9fed31b
·
verified ·
1 Parent(s): 143d780

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ def attack():
39
 
40
 
41
  if __name__ == '__main__':
42
- app.run(debug=True, threaded=True, host="0.0.0.0", port=80)
 
39
 
40
 
41
  if __name__ == '__main__':
42
+ app.run(debug=True, threaded=True, host="0.0.0.0", port=7860)