Reverted temp change

This commit is contained in:
Kevin Fronczak
2020-05-30 17:12:12 +00:00
parent 69e10a22c4
commit 8d7641c765
+1 -1
View File
@@ -258,7 +258,7 @@ def http_get(blink, url, stream=False, json=True, is_retry=False):
:param json: Return json response? TRUE/False
:param is_retry: Is this part of a re-auth attempt?
"""
_LOGGER.error("Making GET request to %s", url)
_LOGGER.debug("Making GET request to %s", url)
return blink.auth.query(
url=url,
headers=blink.auth.header,