mirror of https://github.com/CIRCL/AIL-framework
commit
199177aeea
|
@ -67,7 +67,7 @@ while True:
|
|||
print(paste)
|
||||
with open(pystemonpath+paste, 'rb') as f: #.read()
|
||||
messagedata = f.read()
|
||||
path_to_send = pastes_directory+paste
|
||||
path_to_send = os.path.join(pastes_directory,paste)
|
||||
|
||||
s = b' '.join( [ topic.encode(), path_to_send.encode(), base64.b64encode(messagedata) ] )
|
||||
socket.send(s)
|
||||
|
|
Loading…
Reference in New Issue