sibson / vncdotool

A command line VNC client and python library
Other
454 stars 122 forks source link

Changes to loggingproxy to use byte strings #198 #199

Closed joachimmetz closed 3 years ago

sibson commented 3 years ago

Are you using Python2 or 3?

joachimmetz commented 3 years ago

I was using python 3.9 (also captured in the traceback of https://github.com/sibson/vncdotool/issues/198), these changes should work for python 2.7 as well (since b'' is equivalent to '' on that version)

sibson commented 3 years ago

thanks, ✨ 🍰 ✨