Omnibus commited on
Commit
f298061
·
1 Parent(s): 57380f5

Update crypt.py

Browse files
Files changed (1) hide show
  1. crypt.py +1 -1
crypt.py CHANGED
@@ -335,7 +335,7 @@ def decrypt_trans(data,key):
335
  print(f' DATA ::: {data}')
336
  enc_in = data
337
  print(f' KEY ::: {key}')
338
- #private_key =key
339
  #enc_in = decode(im)
340
  secret_code="SECRET PASSWORD"
341
 
 
335
  print(f' DATA ::: {data}')
336
  enc_in = data
337
  print(f' KEY ::: {key}')
338
+ private_key =key
339
  #enc_in = decode(im)
340
  secret_code="SECRET PASSWORD"
341