Omnibus commited on
Commit
046db35
·
1 Parent(s): d947750

Update crypt.py

Browse files
Files changed (1) hide show
  1. crypt.py +1 -1
crypt.py CHANGED
@@ -333,7 +333,7 @@ def encrypt_trans(data,pub_key):
333
 
334
  def decrypt_trans(data,im):
335
  print(f' DATA ::: {data}')
336
- enc_in = data
337
  #print(f' KEY ::: {key}')
338
  #private_key =key
339
  #enc_in = decode(im)
 
333
 
334
  def decrypt_trans(data,im):
335
  print(f' DATA ::: {data}')
336
+ enc_in = eval(data)
337
  #print(f' KEY ::: {key}')
338
  #private_key =key
339
  #enc_in = decode(im)