Fix error introduced in 32ab792e

This commit is contained in:
skizzerz 2015-07-27 22:36:43 -05:00
parent 9d10a1a342
commit b4c5fc4188

View File

@ -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()