mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
upd docstring
This commit is contained in:
parent
7e7aa1b4de
commit
caaf2689ff
@ -7,7 +7,7 @@ from .errors import XAirRemoteConnectionTimeoutError
|
|||||||
|
|
||||||
def timeout(func):
|
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)
|
@functools.wraps(func)
|
||||||
|
Loading…
Reference in New Issue
Block a user