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.
2 parents 114f97c + 8867c3b commit 0591ae5Copy full SHA for 0591ae5
ubersmith_client/ubersmith_api.py
@@ -19,7 +19,7 @@ def __init__(self, url, user, password, timeout, use_http_get):
19
self.url = url
20
self.user = user
21
self.password = password
22
- self.timeout = timeout
+ self.timeout = float(timeout)
23
self.ubersmith_request = UbersmithRequestGet if use_http_get else UbersmithRequestPost
24
25
def __getattr__(self, module):
0 commit comments