Try to fix mldr shenanigans
This commit is contained in:
parent
539381a549
commit
e5ac232d3e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def main():
|
|||
block['data-password'].encode('utf-8'))
|
||||
key = md5.hexdigest()
|
||||
cryptor = AESCrypt(key)
|
||||
text = ''.join(map(str, block.contents))
|
||||
text = ''.join(map(str, block.contents)).replace("…", "…")
|
||||
written = base64.b64encode(
|
||||
cryptor.encrypt(text.encode('utf8')))
|
||||
|
||||
|
|
Loading…
Reference in a new issue