python-stdnum icon indicating copy to clipboard operation
python-stdnum copied to clipboard

Incorrect usage of timeout for zeep

Open jmak-odoo opened this issue 1 year ago • 0 comments

The current way that the timeout is set for zeep does not function properly. The parameter for POST/GET timeouts is operation_timeout as discussed here: https://github.com/mvantellingen/python-zeep/issues/140 https://github.com/arthurdejong/python-stdnum/blob/e951daca447f678f5a3f3c70dcc535eb8d7449b4/stdnum/util.py#L256

jmak-odoo avatar Jul 04 '24 06:07 jmak-odoo