Closed NullSoldier closed 8 years ago
this one is very important, would appreciate a new release being made after this is merged
Hi all! :smiley: I agree with @diwu1989 about the need for a new PyPI release, this was a nasty bug... @ChristopherRabotin maybe just after merging my pull request https://github.com/ChristopherRabotin/bungiesearch/pull/147 ? :wink: Thank you for your great job, guys!
The TIMEOUT was being ignored because getattr doesn't work on dictionaries for it's keys. It should use the dict.get to get the settings. I also added the first settings test, yay.