mirror of https://github.com/CIRCL/AIL-framework
fix: name pystemon feeder in feeder monitor dashboard
parent
0dd4854916
commit
5404a0aa89
|
@ -71,6 +71,7 @@ while True:
|
|||
with open(full_item_path, 'rb') as f: #.read()
|
||||
messagedata = f.read()
|
||||
path_to_send = os.path.join(pastes_directory, item_id)
|
||||
path_to_send = 'pystemon>>' + path_to_send
|
||||
|
||||
s = b' '.join( [ topic.encode(), path_to_send.encode(), base64.b64encode(messagedata) ] )
|
||||
socket.send(s)
|
||||
|
|
Loading…
Reference in New Issue