From 873558bf506146464acf67c93ec076f97471090e Mon Sep 17 00:00:00 2001 From: loopway Date: Tue, 7 Jul 2020 13:36:33 +0200 Subject: [PATCH] missing raise_for_status requests library #832 --- influxdb/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/influxdb/client.py b/influxdb/client.py index df9ef966..faa87925 100644 --- a/influxdb/client.py +++ b/influxdb/client.py @@ -340,6 +340,7 @@ def request(self, url, method='GET', params=None, data=None, stream=False, verify=self._verify_ssl, timeout=self._timeout ) + response.raise_for_status() break except (requests.exceptions.ConnectionError, requests.exceptions.HTTPError, pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy