jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
288 stars 94 forks source link

Add configurable timeouts to requests #34

Closed DanNixon closed 4 years ago

DanNixon commented 6 years ago

Fixes #17.

Adds a timeout to GET and POST requests.

Default value is 10 seconds (this seemed reasonable for a potentially slow local network without being too excessively long).

iantrich commented 5 years ago

thanks, going to test this out and merge if all is well

iantrich commented 4 years ago

Works great. Thanks @DanNixon