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:
parent
ffed5e3378
commit
a6b889c469
@ -463,7 +463,6 @@ class Irc():
|
|||||||
stripped_data = data.decode("utf-8").strip("\n")
|
stripped_data = data.decode("utf-8").strip("\n")
|
||||||
log.debug("(%s) -> %s", self.name, stripped_data)
|
log.debug("(%s) -> %s", self.name, stripped_data)
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.socket.send(data)
|
self.socket.send(data)
|
||||||
except (OSError, AttributeError):
|
except (OSError, AttributeError):
|
||||||
|
Loading…
Reference in New Issue
Block a user