Omnibus commited on
Commit
76c5a6d
·
1 Parent(s): 9124ad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -292,8 +292,8 @@ with gr.Blocks() as app:
292
 
293
  dec = crypt.decrypt_trans(ea,im)
294
  print(f'dec === {dec}')
295
- json_dec=json.loads(str(dec))
296
- dec = dec.strip('"')
297
  out1 = {
298
  'timestamp':ts,
299
  'sender': json_dec['sender'],
 
292
 
293
  dec = crypt.decrypt_trans(ea,im)
294
  print(f'dec === {dec}')
295
+ json_dec=json.loads(f"{dec}")
296
+ #dec = dec.strip('"')
297
  out1 = {
298
  'timestamp':ts,
299
  'sender': json_dec['sender'],