From 2bcab4a8779fabd087f200342cad84d393a9d2b6 Mon Sep 17 00:00:00 2001 From: chabisik Date: Wed, 21 Dec 2022 23:27:59 +0100 Subject: [PATCH] Modification --- myapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myapp.py b/myapp.py index b2485bc..fc4963e 100644 --- a/myapp.py +++ b/myapp.py @@ -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