mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix typo
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user