mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-19 10:15:03 +02:00
black formatting
This commit is contained in:
parent
22844e7ae5
commit
d8d8552dd0
1 changed files with 3 additions and 1 deletions
|
@ -1544,7 +1544,9 @@ class MikrotikControllerData:
|
||||||
):
|
):
|
||||||
return
|
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(
|
self.data["fw-update"] = parse_api(
|
||||||
data=self.data["fw-update"],
|
data=self.data["fw-update"],
|
||||||
source=self.api.query("/system/package/update"),
|
source=self.api.query("/system/package/update"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue