From ba21bd2b9ce5039a9c156c5e6ba2c76cb06a9343 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Mon, 19 Apr 2021 14:59:13 -0400 Subject: [PATCH] forgot deletion --- webSource_module.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webSource_module.py b/webSource_module.py index 9e9a508..54a7dce 100644 --- a/webSource_module.py +++ b/webSource_module.py @@ -61,9 +61,5 @@ if __name__ == "__main__": threads.append(thread_) thread_.start() - thread_2 = threading.Thread(target=testModule_2.main(port_=8000)) - threads.append(thread_2) - thread_2.start() - for t in threads: t.join() \ No newline at end of file