idiot
This commit is contained in:
parent
e29c1ea2fb
commit
09272ada64
@ -21,7 +21,7 @@ class Launcher():
|
|||||||
|
|
||||||
self.threads = []
|
self.threads = []
|
||||||
self.threads.append(Thread(target=self.chatbot))
|
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:
|
for i in self.threads:
|
||||||
i.start()
|
i.start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user