projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24df6e3
)
I continue to hate my typos...
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 4 Oct 2012 18:38:34 +0000
(14:38 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 4 Oct 2012 18:38:34 +0000
(14:38 -0400)
irkerd
patch
|
blob
|
history
diff --git
a/irkerd
b/irkerd
index 70ad0f9ff4eaa0c3a04ec99beb8e62f6c1310485..1f9b6301826d932f302481f4318ea1e2e1f24f04 100755
(executable)
--- a/
irkerd
+++ b/
irkerd
@@
-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()