Skip to content

Commit

Permalink
Updat error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dielee committed Jun 1, 2021
1 parent ea7b66f commit 02c8845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def crypt_config(settings):
settings[c] = decrypted
except Exception as e:
if "Non-hexadecimal digit found" in str(e):
print("Decription failed. Please set encryption flag in config yaml to False")
print("Decryption failed. Set encryption flag in config yaml to False!")
else:
print(e)

Expand Down

0 comments on commit 02c8845

Please sign in to comment.