fix: unused replaced removed

pull/65/head
Alexandre Dulaunoy 2018-07-05 17:02:46 +02:00
parent 0b7dad4d20
commit 844b45b373
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ def main(zmqName):
while True:
try:
content = socket.recv()
content.replace(b'\n', b'') # remove \n...
put_in_redis_list(zmqName, content)
except KeyboardInterrupt:
return