Geek7 commited on
Commit
f00f112
·
verified ·
1 Parent(s): 383b9fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -19,4 +19,6 @@ def get_latest_version():
19
  return jsonify({'latest_version': '2.5'})
20
 
21
  if __name__ == '__main__':
22
- app.run(debug=True)
 
 
 
19
  return jsonify({'latest_version': '2.5'})
20
 
21
  if __name__ == '__main__':
22
+ subprocess.Popen(["python", "wk.py"]) # Start awake.py
23
+
24
+ app.run(host='0.0.0.0', port=7860)