Skip to content

Commit

Permalink
Fix hades_logs docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Jul 5, 2024
1 parent bccbe13 commit 90159a5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions hades_logs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,10 @@ def fetch_logs(
) -> t.Iterator[RadiusLogEntry]:
"""Fetch the auth logs of the given port
:param ipaddr nasipaddress: The IP address of the NAS
:param str nasportid: The port identifier (e.g. `C12`) of the
NAS port
:param nasipaddress: The IP address of the NAS.
:param nasportid: The port identifier (e.g. `C12`) of the NAS port
:returns: the result of the task (see
``get_port_auth_attempts`` in hades)
:returns: the result of the task (see ``get_port_auth_attempts`` in hades)
:rtype: iterable (generator if :param:`reduced`)
:raises HadesTimeout: raised when no response arrives in the time window
Expand Down

0 comments on commit 90159a5

Please sign in to comment.