mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-04-18 05:23:32 +00:00
upd docstring
This commit is contained in:
@@ -7,7 +7,7 @@ from .errors import XAirRemoteConnectionTimeoutError
|
||||
|
||||
def timeout(func):
|
||||
"""
|
||||
Times out the login function once time elapsed exceeds remote.connect_timeout.
|
||||
Times out the validate_connection function once time elapsed exceeds remote.connect_timeout.
|
||||
"""
|
||||
|
||||
@functools.wraps(func)
|
||||
|
||||
Reference in New Issue
Block a user