fix: missing now variable

pull/13/head
WorldObservationLog 4 months ago
parent c4cd35662e
commit 33b2efd82e
  1. 1
      src/decrypt.py

@ -59,7 +59,6 @@ async def decrypt(info: SongInfo, keys: list[str], manifest: Datum, device: Devi
else:
logger.error(f"Failed to decrypt song: {manifest.attributes.artistName} - {manifest.attributes.name}")
raise DecryptException
now += 1
decrypted.append(result)
writer.write(bytes([0, 0, 0, 0]))
writer.close()

Loading…
Cancel
Save