wyattscarpenter / unsong-book-fetcher

Downloads the text of Unsong from unsongbook.com and makes an epub out of it
Creative Commons Zero v1.0 Universal
7 stars 1 forks source link

Fix base64 encoding on Python 3.9 #7

Open wyattscarpenter opened 3 years ago

wyattscarpenter commented 3 years ago

Gotta remember to incorporate the changes from #4

wyattscarpenter commented 2 years ago

Unless we want to support pre-3.1, I think we can just replace encodestring with encodebytes