kemayo / leech

Turn a story on certain websites into an ebook for convenient reading
MIT License
154 stars 24 forks source link

Python 3.6 no longer supported #70

Closed KeinNiemand closed 3 years ago

KeinNiemand commented 3 years ago

I tried running leech with Python 3.6 but got the following error: "TypeError: namedtuple() got an unexpected keyword argument 'defaults'" this is caused by somthing not beeing supported by python 3.6 and needing at least python 3.7, I suggest updating the readme to say that python 3.7 is required.

kemayo commented 3 years ago

Good point, thank you. I actually thought I had already done that, but it looks like I forgot!