3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

Irc: fix another CPU loop on 'disconnect'

This commit is contained in:
James Lu 2017-05-12 19:52:40 -07:00
parent 084f58b499
commit fd3236ddb7

View File

@ -185,6 +185,8 @@ class Irc(utils.DeprecatedAttributesObject):
break
elif data:
self._send(data)
else:
break
def connect(self):
"""