Skip to content

Commit

Permalink
value fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne committed Nov 30, 2023
1 parent f8ce91d commit c918c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superagi/helper/encyption_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
if key is None:
raise Exception("Encryption key not found in config file.")

if len(key) != 32:
raise ValueError("Encryption key must be 32 bytes long.")
# if len(key) != 32:
# raise ValueError("Encryption key must be 32 bytes long.")

# Encode the key to UTF-8
key = key.encode(
Expand Down

0 comments on commit c918c13

Please sign in to comment.