Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,9 +128,9 @@ def decrypt(passw,enc_in=None):
|
|
| 128 |
dec_json = fernet.decrypt(json_bytes).decode()
|
| 129 |
if not "+bbb+" in enc_in:
|
| 130 |
if "+ccc+" in enc_in:
|
| 131 |
-
|
| 132 |
|
| 133 |
-
mes4=
|
| 134 |
mes4=mes4.strip("b'").strip("'")
|
| 135 |
json_bytes = bytes(mes4,'utf-8')
|
| 136 |
print(f'im_bytes::{json_bytes}')
|
|
|
|
| 128 |
dec_json = fernet.decrypt(json_bytes).decode()
|
| 129 |
if not "+bbb+" in enc_in:
|
| 130 |
if "+ccc+" in enc_in:
|
| 131 |
+
mes14=enc_in.split("+aaa+",1)[1]
|
| 132 |
|
| 133 |
+
mes4=mes14.split("+ccc+",1)[0]
|
| 134 |
mes4=mes4.strip("b'").strip("'")
|
| 135 |
json_bytes = bytes(mes4,'utf-8')
|
| 136 |
print(f'im_bytes::{json_bytes}')
|