msuozzo / Lector

An API for your Kindle data
MIT License
311 stars 40 forks source link

Python3 support #4

Open CarlQLange opened 7 years ago

CarlQLange commented 7 years ago

In case anyone's wondering, all that's required for python3 support is to remove ur from the front of two strings in reader.py.

Doesn't fix #3 though! :)

purvac commented 5 months ago

In case anyone's wondering, all that's required for python3 support is to remove ur from the front of two strings in reader.py.

Doesn't fix #3 though! :)

Specifically remove ur from strings stored in variables db_client_script on line 299 and mod_mgr_script on line 294