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

Irc: fix whitespace

This commit is contained in:
James Lu 2016-12-17 15:44:44 -08:00
parent ffed5e3378
commit a6b889c469

View File

@ -463,7 +463,6 @@ class Irc():
stripped_data = data.decode("utf-8").strip("\n")
log.debug("(%s) -> %s", self.name, stripped_data)
try:
self.socket.send(data)
except (OSError, AttributeError):