Skip to content

Commit

Permalink
log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne committed Nov 30, 2023
1 parent f86bcb5 commit c4e4883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superagi/helper/encyption_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)

# base64 encode the key
key = base64.urlsafe_b64encode(key)
# key = base64.urlsafe_b64encode(key)

# Create a cipher suite
cipher_suite = Fernet(key)
Expand Down

0 comments on commit c4e4883

Please sign in to comment.