Commit f44fb44c authored by Ulysse Beaugnon's avatar Ulysse Beaugnon

correcting typo

parent 9930bb13
......@@ -171,7 +171,7 @@ class PeerManager:
% msg)
def readSocket(self, msg):
peer = msg.replace('\n', '').split(' ').replace('\n', '')
peer = msg.replace('\n', '').split(' ')
if len(peer) != 2:
logging.debug('Invalid package recieved : %s' % msg)
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment