We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32564a9 commit e3c7e28Copy full SHA for e3c7e28
glances_api/__init__.py
@@ -55,8 +55,6 @@ async def get_data(self, endpoint):
55
if response.status_code == httpx.codes.OK:
56
try:
57
_LOGGER.debug(response.json())
58
- # print(self.data)
59
- # self.data = response.json()
60
if endpoint == "all":
61
self.data = response.json()
62
if endpoint == "pluginslist":
0 commit comments