Quote:
Originally Posted by NiLuJe
@davidfor: To be fair, given my recent experience with porting a plugin to Python 3 without breaking all the things in the process, the .decode() call in there should have been a red flag on my end when I did the switch to Polyglot, too  .
|
The decode() call was what had me. I know it was wrong, but, I coudn't work out why