shodan-python
shodan-python copied to clipboard
Add timeouts to requests
According to the requests
documentation "requests to external servers should have a timeout attached, in case the server is not responding in a timely manner."
I opened PR #111 to add timeouts to one method. Although I'm in a position to test that method, the same is not true of the remaining methods. I decided to open this issue in order to prevent any breakage further changes might cause.