Skip to content

Commit 9487fca

Browse files
authored
fix ident
1 parent 3c6da98 commit 9487fca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ def fingerprint():
8989
# Decrypt ciphertext
9090
try:
9191
aes = Cipher(
92-
algorithms.AES(key),
93-
modes.GCM(iv, None, len(tag)),
94-
default_backend(),
92+
algorithms.AES(key),
93+
modes.GCM(iv, None, len(tag)),
94+
default_backend(),
9595
)
9696
dec = aes.decryptor()
9797

0 commit comments

Comments
 (0)