MateuszLis commited on
Commit
20a58ee
·
verified ·
1 Parent(s): ac97adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
- import os from cryptography.fernet
2
- import Fernet
3
 
4
  # Get the key securely
5
  key = os.getenv("DECRYPTION_KEY")
 
1
+ import os
2
+ from cryptography.fernet import Fernet
3
 
4
  # Get the key securely
5
  key = os.getenv("DECRYPTION_KEY")