Update socket_.py

Remove whitespaces
This commit is contained in:
Nigel Dokter 2024-06-10 16:15:42 +02:00 committed by GitHub
parent ab0d9d5426
commit 87a7abe21e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: