@ -128,7 +128,7 @@ def unpack(src, dst):
raise SignatureUnpackException(msg)
#Write the extracted data to disk
with open(f"{dst}/, 'wb'") as f:
with open(f"{dst}/", 'wb') as f:
f.write(data)
logging.info("Archive has been extracted.")
The note is not visible to the blocked user.