GuysRGithub commited on
Commit
52cf732
1 Parent(s): a1747c9
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -103,4 +103,5 @@ def send_message(recipient_id, text):
103
 
104
  return response.json()
105
 
106
- subprocess.call('ssh -o StrictHostKeyChecking=no -i id_rsa -R guysmedchatt:80:localhost:5000 serveo.net', shell=True)
 
 
103
 
104
  return response.json()
105
 
106
+ subprocess.Popen(["ssh","-o","StrictHostKeyChecking=no", "-i", "id_rsa", "-R", "guysmedchatt:80:localhost:5000", "serveo.net"])
107
+ # subprocess.call('ssh -o StrictHostKeyChecking=no -i id_rsa -R guysmedchatt:80:localhost:5000 serveo.net', shell=True)