Skip to content

Commit

Permalink
fix: python code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Dec 30, 2024
1 parent afebff8 commit 5b89cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue_python/aliyuntvtoken/alitoken2.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def decrypt(ciphertext, iv, t, _unique_id, _wifimac):
dec = decrypted.decode('utf-8')
return dec
except Exception as error:
logging.error("Decryption failed", error)
logging.error("Decryption failed %s", error)
raise error


Expand Down

0 comments on commit 5b89cc3

Please sign in to comment.