Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,8 +58,8 @@ def decrypt(passw=None,enc_in=None):
|
|
| 58 |
if "+aaa+" in enc_in:
|
| 59 |
mes1=enc_in.split("+aaa+",1)[0]
|
| 60 |
if "+bbb+" in mes1:
|
| 61 |
-
|
| 62 |
-
mes2=
|
| 63 |
im_bytes = bytes(mes2,'utf-8')
|
| 64 |
#base = bytes(decMessage, 'utf-8')
|
| 65 |
with open(f"finished_im.png", "wb") as fh:
|
|
|
|
| 58 |
if "+aaa+" in enc_in:
|
| 59 |
mes1=enc_in.split("+aaa+",1)[0]
|
| 60 |
if "+bbb+" in mes1:
|
| 61 |
+
mes12=enc_in.split("+aaa+",1)[1]
|
| 62 |
+
mes2=mes12.split("+bbb+",1)[0]
|
| 63 |
im_bytes = bytes(mes2,'utf-8')
|
| 64 |
#base = bytes(decMessage, 'utf-8')
|
| 65 |
with open(f"finished_im.png", "wb") as fh:
|