Modification
這個提交存在於:
父節點
d5c7eef0ec
當前提交
2bcab4a877
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
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
|
||||||
|
|
載入中…
新增問題並參考