forgot deletion

This commit is contained in:
Alex Orid 2021-04-19 14:59:13 -04:00
parent 3ddeb3c5d6
commit ba21bd2b9c

View File

@ -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()