Baskar2005 commited on
Commit
2c8f9c0
·
verified ·
1 Parent(s): e42b2b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -199,5 +199,5 @@ def scrape_api():
199
  return jsonify(results)
200
 
201
  if __name__ == '__main__':
202
- port = int(os.environ.get("PORT", 10000))
203
- app.run(host='0.0.0.0', port=port)
 
199
  return jsonify(results)
200
 
201
  if __name__ == '__main__':
202
+
203
+ app.run(host='0.0.0.0', port="10000")