mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix typo
This commit is contained in:
parent
646618a25e
commit
5275ca9ce7
@ -155,7 +155,7 @@ class GlancesData(object):
|
||||
|
||||
@Throttle(MIN_TIME_BETWEEN_UPDATES)
|
||||
def update(self):
|
||||
""" Gets the latest data from teh Glances REST API. """
|
||||
""" Gets the latest data from the Glances REST API. """
|
||||
try:
|
||||
response = requests.get(self._resource, timeout=10)
|
||||
self.data = response.json()
|
||||
|
Loading…
x
Reference in New Issue
Block a user