fix analytics
This commit is contained in:
parent
fb34476cd7
commit
6d8ab97ca9
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ def rot13(some_str):
|
||||||
|
|
||||||
|
|
||||||
def deobfuscate(obfustacated):
|
def deobfuscate(obfustacated):
|
||||||
return base64.b64decode(rot13(obfustacated))
|
return base64.b64decode(rot13(obfustacated)).decode()
|
||||||
|
|
||||||
|
|
||||||
def obfuscate(plain):
|
def obfuscate(plain):
|
||||||
|
|
Loading…
Add table
Reference in a new issue