This commit is contained in:
Fabian Affolter 2015-11-14 15:25:52 +01:00
parent 646618a25e
commit 5275ca9ce7

View file

@ -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()