Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed May 19, 2024
1 parent b851e00 commit ffa24c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omada/omada.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ def getSiteClients(self, site=None):
##
def getSiteClientsAP(self, site=None, apmac=None):
return self.__geterator(
f"/sites/{self.__findKey(site)}/clients", params={"filters.active": "true", "filters.apMac": apmac}
f"/sites/{self.__findKey(site)}/clients",
params={"filters.active": "true", "filters.apMac": apmac},
)

##
Expand Down

0 comments on commit ffa24c8

Please sign in to comment.