Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update catalystwan/api/mtt_aaa_api.py
Browse files Browse the repository at this point in the history
Co-authored-by: JimOverholt <[email protected]>
  • Loading branch information
renukavinay and JimOverholt authored Nov 6, 2024
1 parent 66efca1 commit 9b9a933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalystwan/api/mtt_aaa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def put_tacacs(self, tacacs_server: TenantTacacsServer):
:param tacacs_server:
:return:
"""
logger.debug("Update TACACS config {self.tenant_org_name}")
logger.debug(f"Update TACACS config {self.tenant_org_name}")
data = asdict(tacacs_server) # type: ignore
return self.session.put(url=self.url_path, json=data)

Expand Down

0 comments on commit 9b9a933

Please sign in to comment.