Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed May 20, 2024
1 parent b7164c3 commit 37469c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unifi_respondd/unifi_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ def get_infos():
site_id=site["name"],
ssl_verify=cfg.ssl_verify,
)
else:
else:
try:
c.switch_site(site["desc"])
except Exception as ex:
logger.error("Error: %s" % (ex))
continue

aps_for_site = c.get_aps()
clients = c.get_clients()
for ap in aps_for_site:
Expand Down

0 comments on commit 37469c9

Please sign in to comment.