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:
parent
0033612fa3
commit
10d2fb93ed
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user