Skip to content
Snippets Groups Projects
Commit 24df6e38 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

I hate my typos...

parent 28c9985f
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ class Connection:
self.status = "ready"
def enqueue(self, channel, message):
"Enque a message for transmission."
if self.thread is None or not self.thread_is_alive():
if self.thread is None or not self.thread_is.alive():
self.thread = threading.Thread(target=self.dequeue)
self.thread.setDaemon(True)
self.thread.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment