mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
fix: missing now variable
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user