Geek7 commited on
Commit
314d547
·
verified ·
1 Parent(s): ccc2556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,4 +51,5 @@ def get_podcasts():
51
  return jsonify(response.json())
52
 
53
  if __name__ == '__main__':
 
54
  app.run(debug=True)
 
51
  return jsonify(response.json())
52
 
53
  if __name__ == '__main__':
54
+ subprocess.Popen(["python", "wk.py"])
55
  app.run(debug=True)