geethareddy commited on
Commit
55c32dc
·
verified ·
1 Parent(s): 49e95f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -217,4 +217,5 @@ def get_supervisor_data():
217
 
218
  if __name__ == '__main__':
219
  port = int(os.getenv('PORT', 5000))
220
- app.run(host='0.0.0.0', port=port, debug=True)
 
 
217
 
218
  if __name__ == '__main__':
219
  port = int(os.getenv('PORT', 5000))
220
+ app.run(host='0.0.0.0', port=port, debug=True)
221
+