This commit is contained in:
Remy Moll 2020-10-29 13:16:03 +01:00
parent e29c1ea2fb
commit 09272ada64

@ -21,7 +21,7 @@ class Launcher():
self.threads = []
self.threads.append(Thread(target=self.chatbot))
# self.threads.append(Thread(target=self.clock))
self.threads.append(Thread(target=self.clock))
for i in self.threads:
i.start()