garvitcpp commited on
Commit
28925d3
·
verified ·
1 Parent(s): 8b6aeaa

Delete run.py

Browse files
Files changed (1) hide show
  1. run.py +0 -6
run.py DELETED
@@ -1,6 +0,0 @@
1
- from app import create_app
2
-
3
- app = create_app()
4
-
5
- if __name__ == '__main__':
6
- app.run(host='0.0.0.0', port=app.config['PORT'])