From 2c3f27bbc42011ba97aa3960ad54a164c638a537 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Mon, 3 Feb 2020 09:04:28 +0100 Subject: Disable retries for now Probably should make this a configurable setting --- obsapi/httpapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obsapi') 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 -- cgit v1.2.3