From 970115b947b974c0ddf694d11951a9f39e3713ea Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Wed, 12 Apr 2023 15:53:29 +0200 Subject: [PATCH] - --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 170fcd8..059b121 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,6 @@ def ssh_thread_function(): subprocess.run(['wssh','--fbidhttp=False']) ssh_thread = threading.Thread(target=ssh_thread_function) -ssh_thread.setDaemon() ssh_thread.start() @app.route("/api/addimage", methods=['POST'])