mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-12 11:31:33 +01:00
Irc: fix 62aea23879f61d82522bfb91c0eb4fd9d3059740 (lowercase queue)
This commit is contained in:
parent
a3df47e88e
commit
4ca8667669
@ -182,7 +182,7 @@ class Irc(utils.DeprecatedAttributesObject):
|
||||
try:
|
||||
data = self.queue.get_nowait()
|
||||
self._send(data)
|
||||
except Queue.Empty:
|
||||
except queue.Empty:
|
||||
pass
|
||||
|
||||
log.debug('(%s) Stopping queue thread as aborted is set', self.name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user