diff options
| -rw-r--r-- | obsapi/httpapi.py | 2 | ||||
| -rw-r--r-- | setup.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/obsapi/httpapi.py b/obsapi/httpapi.py index c8ca03d..008500b 100644 --- a/obsapi/httpapi.py +++ b/obsapi/httpapi.py @@ -31,7 +31,7 @@ class ObsHttpApi(object): self.apiurl = apiurl self._auth = {} self._response = Null() - self.retries = 3 + self.retries = 0 self.verify_ssl = True @property @@ -57,6 +57,7 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.7', ), # entry_points={ # 'console_scripts': [ |
