JohnDoee / deluge-client

A very lightweight pure-python Deluge RPC Client
MIT License
87 stars 14 forks source link

Updated rencode.py to upstream, add support for utf8 decoding #7

Closed tritium21 closed 6 years ago

tritium21 commented 6 years ago

rencode.py supported an argument to decode bytes to strings, added an option to the client constructor to use that argument. It defaults to False for backwards compatibility.

Updated to the latest version of rencode.py from the deluge repository while i was at it.

JohnDoee commented 6 years ago

Looks good, thanks!