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 375bb9c commit f85774eCopy full SHA for f85774e
pyfritzhome/fritzhome.py
@@ -154,7 +154,7 @@ def get_prefixed_host(self):
154
else:
155
return "http://" + host
156
157
- def update_devices(self, ignore_removed = True):
+ def update_devices(self, ignore_removed=True):
158
"""Update the device."""
159
_LOGGER.info("Updating Devices ...")
160
if self._devices is None:
@@ -401,7 +401,7 @@ def has_templates(self):
401
return False
402
return True
403
404
- def update_templates(self, ignore_removed = True):
+ def update_templates(self, ignore_removed=True):
405
"""Update the template."""
406
_LOGGER.info("Updating Templates ...")
407
if self._templates is None:
0 commit comments