Fix error introduced in 32ab792e
This commit is contained in:
parent
9d10a1a342
commit
b4c5fc4188
@ -289,5 +289,5 @@ class IRCClient(object):
|
|||||||
conn = self.connect()
|
conn = self.connect()
|
||||||
while True:
|
while True:
|
||||||
if not next(conn):
|
if not next(conn):
|
||||||
self.stream_handler("Calling sys.exit()... {0}".format(x), level="warning")
|
self.stream_handler("Calling sys.exit()...", level="warning")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user