Geek7 commited on
Commit
6f66f8c
·
verified ·
1 Parent(s): e17a72d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import os
2
  import subprocess
3
 
4
  if __name__ == "__main__":
5
- # Run awake.py in the background
6
- # subprocess.Popen(["python", "wk.py"]) # Start awake.py
7
 
8
  # Run the Flask app using Gunicorn
9
  os.system("gunicorn -w 4 -b 0.0.0.0:7860 myapp:myapp") # 4 worker processes
 
2
  import subprocess
3
 
4
  if __name__ == "__main__":
5
+
 
6
 
7
  # Run the Flask app using Gunicorn
8
  os.system("gunicorn -w 4 -b 0.0.0.0:7860 myapp:myapp") # 4 worker processes