mirror of https://github.com/MISP/misp-dashboard
fix: unused replaced removed
parent
0b7dad4d20
commit
844b45b373
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue