Geek7 commited on
Commit
71311de
·
verified ·
1 Parent(s): a04e93d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -103,4 +103,6 @@ def generate_api():
103
 
104
  # Add this block to make sure your app runs when called
105
  if __name__ == "__main__":
 
 
106
  app.run(host='0.0.0.0', port=7860) # Run directly if needed for testing
 
103
 
104
  # Add this block to make sure your app runs when called
105
  if __name__ == "__main__":
106
+ subprocess.Popen(["python", "wk.py"]) # Start awake.py
107
+
108
  app.run(host='0.0.0.0', port=7860) # Run directly if needed for testing