Abhaykoul commited on
Commit
129f6cb
·
verified ·
1 Parent(s): 68231c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ def test_proxies():
52
  return jsonify(results)
53
 
54
  if __name__ == '__main__':
55
- app.run(debug=True)
 
52
  return jsonify(results)
53
 
54
  if __name__ == '__main__':
55
+ app.run(host='0.0.0.0', port=7860, debug=True)