You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can update this to python3 just by commenting out the setdefaultencoding stuff, since the default in python3 is utf-8. The only other change you need is to use print(). In python3 they made it a callable. Just wanted to let you know since your library is awesome :)
The text was updated successfully, but these errors were encountered:
You can update this to python3 just by commenting out the setdefaultencoding stuff, since the default in python3 is utf-8. The only other change you need is to use print(). In python3 they made it a callable. Just wanted to let you know since your library is awesome :)
The text was updated successfully, but these errors were encountered: