Modification

This commit is contained in:
chabisik 2022-12-21 23:27:59 +01:00
parent d5c7eef0ec
commit 2bcab4a877

View file

@ -23,7 +23,7 @@ def opener(lck):
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")
print("Process returned:", result)
#print("Process returned:", result)
def remote_handler(lck):
n_attempts = 0