Zonex999 commited on
Commit
4134487
·
verified ·
1 Parent(s): 9d1466e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def alive():
10
  return f"I'm alive for: {uptime} seconds", 200
11
 
12
  if __name__ == '__main__':
13
- app.run(host='0.0.0.0', port=5000)
 
10
  return f"I'm alive for: {uptime} seconds", 200
11
 
12
  if __name__ == '__main__':
13
+ app.run(host='0.0.0.0', port=7860)