Skip to content

Conversation

baryal1299
Copy link

Decrypted string is returned as b'text' which should be decoded to utf-8.

Decrypted string is returned as b'text' which should be decoded to utf-8.
Copy link
Contributor

@troyready troyready left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appreciate the contribution here. I think the decoding needs to be gated on python 3, e.g. after if sys.version_info[0] > 2: condition

@hauntingEcho
Copy link
Contributor

This may have been superceded by #765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants