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

Commit

Permalink
version 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkp93 committed Nov 6, 2024
1 parent 1b42b80 commit 2508eea
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 @@ -208,6 +208,6 @@ def get_tacacs(self) -> TenantTacacsServer:
Retrieves Tacacs server
:return: TenantTacacsServer
"""
logger.debug(f"TACACS config {self.tenant_org_name}")
logger.debug("TACACS config")
data = self.session.get_data(self.url_path)
return create_dataclass(TenantTacacsServer, data)

0 comments on commit 2508eea

Please sign in to comment.