]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Fix holdings example (#9)
authorJohannes Visintini <github@joker234.de>
Tue, 27 Jun 2017 06:50:35 +0000 (08:50 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Tue, 27 Jun 2017 06:50:35 +0000 (08:50 +0200)
commit201122f53f6b0f5d7f75e1383fbd6b5181a379d1
tree0d1b331e901f0a576c06d24655971916d565c3cf
parent8765a5d7f0b990a17259aa2573d0a7eaa2b95500
Fix holdings example (#9)

I didn't had the chance to test it finally, but you will get this error if you want to execute the example:
```
f.get_holdings()
Traceback (most recent call last):
  File "<input>", line 1, in <module>
    f.get_holdings()
TypeError: get_holdings() missing 1 required positional argument: 'account'
```
According to this line https://github.com/raphaelm/python-fints/blob/master/fints/client.py#L168, this should fix the bug.
README.md