theslavicbear / Ebook-Publisher

A Python tool for converting online stories into portable formats
MIT License
32 stars 2 forks source link

Comparison operator typo in Common.py #55

Closed DennisPing closed 4 years ago

DennisPing commented 4 years ago

I'm a beginner and not proficient in pull requests. So, I'm submitting it manually here:

In Common.py line 101 please fix: if attempts => 5: to if attempts >= 5:

Just a simple typo from the latest commit https://github.com/theslavicbear/Ebook-Publisher/commit/469c534fbe01796168c2a2a93bd0170e5ca20bbd

theslavicbear commented 4 years ago

Good catch. I had already fixed this but never committed it. Fixed in v3.1.3