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

classes: fix syntaxerror from merge

This commit is contained in:
James Lu 2018-03-17 11:05:19 -07:00
parent 0033612fa3
commit 10d2fb93ed

View File

@ -1543,8 +1543,7 @@ class IRCNetwork(PyLinkNetworkCoreWithUtils):
except (BlockingIOError, ssl.SSLWantReadError, ssl.SSLWantWriteError):
log.debug('(%s) No data to read, trying again later...', self.name)
if self._aborted.wait(self.SOCKET_REPOLL_WAIT):
break
continue
return
except OSError:
# Suppress socket read warnings from lingering recv() calls if
# we've been told to shutdown.