Sa-m commited on
Commit
3b2ba15
1 Parent(s): a7982ee

Delete main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -6
main.py DELETED
@@ -1,6 +0,0 @@
1
- import subprocess
2
-
3
-
4
-
5
- # subprocess.Popen("FLASK_APP=server.py FLASK_DEBUG=1 FLASK_ENV=development flask run --port 7860", shell=True).communicate()
6
- subprocess.Popen("python server.py", shell=True).communicate()