We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999a9a0 commit 731bb77Copy full SHA for 731bb77
1 file changed
netdata/__init__.py
@@ -63,7 +63,7 @@ async def get_alarms(self):
63
response = await self._session.get(url)
64
65
_LOGGER.debug("Response from Netdata: %s", response.status)
66
- data = await response.text()
+ data = await response.json()
67
_LOGGER.debug(data)
68
self.alarms = data
69
0 commit comments