We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95cdd7 commit 1fd8d0bCopy full SHA for 1fd8d0b
1 file changed
src/corva/api.py
@@ -16,7 +16,7 @@ class Api:
16
Api wraps the Python `requests` library and adds automatic authorization,
17
convenient URL usage and reasonable timeouts to API requests.
18
"""
19
-
+
20
TIMEOUT_LIMITS = (3, 30) # seconds
21
22
def __init__(
0 commit comments