ttafsir / evengsdk

Open source Python library and command line utilities for EVE-NG API
https://ttafsir.github.io/evengsdk/
MIT License
65 stars 15 forks source link

[BUG] API timeout #182

Open jgeromero opened 1 year ago

jgeromero commented 1 year ago

Describe the bug When trying to set API timeout, getting:

TypeError: __init__() got an unexpected keyword argument 'timeout'

To Reproduce

client = EvengClient("192.168.1.100", log_file="eve_ng.log", ssl_verify=False, protocol="https") client.disable_insecure_warnings() client.login(username=eve_username, password=eve_password) EvengApi(client, timeout=300)

Expected behavior Expecting to see timeout working for API, instead it times out at default 30 seconds