Skip to content

v.0.3.3

Choose a tag to compare

@elnygren elnygren released this 08 Feb 12:20

Allow setting timeout via

manager = upcloud_api.CloudManager('username', 'password', timeout)

or

manager.timeout = timeout (although this should probably be avoided)

where timeout is an integer (seconds) or None (forever) or anything accepted by requests library as described here