ms32035 / firefly-iii-client

Python client for Firefly III API. Please read .generator/Readme.md
19 stars 8 forks source link

Upgraded to 1.5.6 and skipped _self links #15

Closed tschechniker closed 2 years ago

tschechniker commented 2 years ago

Hi,

i just upgraded to Version 1.5.6 of the firefly API. Also i fixed a bug where the _self args interfere with the positional parameters of the generated functions. Now the Client works with the latest release of firefly (5.7.9)

I got this error which is resolved with this PR:

TypeError: wrapped_init() got multiple values for argument '_self'

ms32035 commented 2 years ago

Released. Thanks @tschechniker