dmarx / psaw

Python Pushshift.io API Wrapper (for comment/submission search)
BSD 2-Clause "Simplified" License
361 stars 53 forks source link

Line 188 PushshiftAPI.py #69

Closed pawel-krzyzak closed 4 years ago

pawel-krzyzak commented 4 years ago

log.debug("Connection error caught, retrying. Connection attempts so far: %s" % i+1) causes errors with exceptions handling. i+1 doesn't work properly with %s. Should be changed to %d

pawel-krzyzak commented 4 years ago

created pull request, closing issue