Update socket_.py
Remove whitespaces
This commit is contained in:
parent
ab0d9d5426
commit
87a7abe21e
@ -40,7 +40,7 @@ class SocketReader(object):
|
|||||||
except socket.timeout:
|
except socket.timeout:
|
||||||
logger.error("Socket timeout occurred, exiting")
|
logger.error("Socket timeout occurred, exiting")
|
||||||
break
|
break
|
||||||
|
|
||||||
lines = buffer.splitlines(keepends=True)
|
lines = buffer.splitlines(keepends=True)
|
||||||
|
|
||||||
if len(lines) == 0:
|
if len(lines) == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user