openskynetwork / opensky-api

Python and Java bindings for the OpenSky Network REST API
GNU General Public License v3.0
339 stars 120 forks source link

Update opensky_api.py #15

Closed jaluebbe closed 6 years ago

jaluebbe commented 6 years ago

Added a timeout of 3.05 seconds to requests.get() in _get_json() to avoid requests waiting for infinite time.

fixje commented 6 years ago

thanks for sharing!