Spaces:
Sleeping
Sleeping
GuysRGithub
commited on
Commit
•
52cf732
1
Parent(s):
a1747c9
Fix
Browse files
app.py
CHANGED
@@ -103,4 +103,5 @@ def send_message(recipient_id, text):
|
|
103 |
|
104 |
return response.json()
|
105 |
|
106 |
-
subprocess.
|
|
|
|
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)
|