diff --git a/custom_components/mikrotik_router/mikrotik_controller.py b/custom_components/mikrotik_router/mikrotik_controller.py index cdea899..e8f74a7 100644 --- a/custom_components/mikrotik_router/mikrotik_controller.py +++ b/custom_components/mikrotik_router/mikrotik_controller.py @@ -1544,7 +1544,9 @@ class MikrotikControllerData: ): return - self.execute("/system/package/update", "check-for-updates", None, None, {"duration": 10}) + self.execute( + "/system/package/update", "check-for-updates", None, None, {"duration": 10} + ) self.data["fw-update"] = parse_api( data=self.data["fw-update"], source=self.api.query("/system/package/update"),