mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Remove explicit return value from update()
This commit is contained in:
@@ -70,7 +70,7 @@ class GoogleCalendarData(object):
|
|||||||
service = self.calendar_service.get()
|
service = self.calendar_service.get()
|
||||||
except ServerNotFoundError:
|
except ServerNotFoundError:
|
||||||
_LOGGER.warning("Unable to connect to Google, using cached data")
|
_LOGGER.warning("Unable to connect to Google, using cached data")
|
||||||
return False
|
return
|
||||||
|
|
||||||
params = dict(DEFAULT_GOOGLE_SEARCH_PARAMS)
|
params = dict(DEFAULT_GOOGLE_SEARCH_PARAMS)
|
||||||
params['timeMin'] = dt.now().isoformat('T')
|
params['timeMin'] = dt.now().isoformat('T')
|
||||||
|
Reference in New Issue
Block a user