Agent: Fix line length

This commit is contained in:
Mike Salvatore 2022-09-14 12:09:42 -04:00
parent ac4db7aaf6
commit 996225deef
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ class TCPPortSelector:
1024 1024
:param max_range: The largest port number a random port can be chosen from, defaults to :param max_range: The largest port number a random port can be chosen from, defaults to
65535 65535
:param lease_time_sec: The amount of time a port should be reserved for if the OS does not report :param lease_time_sec: The amount of time a port should be reserved for if the OS does not
it as in use, defaults to 30 seconds report it as in use, defaults to 30 seconds
:return: A TCP port number :return: A TCP port number
""" """
with self._lock: with self._lock: