mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-06-02 14:20:29 +00:00
Fix key access in f-string for older Python
This commit is contained in:
@@ -149,7 +149,7 @@ def _decrypt_crypt14(database: bytes, main_key: bytes, max_worker: int = 10) ->
|
|||||||
pass # Try next offset
|
pass # Try next offset
|
||||||
else:
|
else:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
f"Decryption successful with known offsets: IV {offsets["iv"]}, DB {offsets["db"]}{CLEAR_LINE}"
|
f"Decryption successful with known offsets: IV {offsets['iv']}, DB {offsets['db']}{CLEAR_LINE}"
|
||||||
)
|
)
|
||||||
return decrypted_db # Successful decryption
|
return decrypted_db # Successful decryption
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user