Modification
This commit is contained in:
parent
d5c7eef0ec
commit
2bcab4a877
1 changed files with 1 additions and 1 deletions
2
myapp.py
2
myapp.py
|
@ -23,7 +23,7 @@ def opener(lck):
|
||||||
|
|
||||||
def localtunnel_launcher(port=8000, wanted_subdomain="open-domodoor"):
|
def localtunnel_launcher(port=8000, wanted_subdomain="open-domodoor"):
|
||||||
result = subprocess.run(args="lt --port {} --subdomain {}".format(port,wanted_subdomain), shell=True, executable="/bin/bash")
|
result = subprocess.run(args="lt --port {} --subdomain {}".format(port,wanted_subdomain), shell=True, executable="/bin/bash")
|
||||||
print("Process returned:", result)
|
#print("Process returned:", result)
|
||||||
|
|
||||||
def remote_handler(lck):
|
def remote_handler(lck):
|
||||||
n_attempts = 0
|
n_attempts = 0
|
||||||
|
|
Loading…
Reference in a new issue