]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Fix TAN request with response code 3955 during initialization of the dialog (#171)
authorJohannes Meyer <johannes@intermodalics.eu>
Sat, 26 Oct 2024 14:07:39 +0000 (16:07 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2024 14:07:39 +0000 (16:07 +0200)
commit50a224bbf620200ed4b291b0bdc7c900118f3589
treefb484e0f1130d0f68e9c607a18ea04bccf35a893
parentafb5de2d8b13ea402e6729bcff5034ac05883fef
Fix TAN request with response code 3955 during initialization of the dialog (#171)

* Fix TAN request with response code 3955 during initialization of the dialog

* Do not call client.is_tan_media_required() in minimal_interactive_cli_bootstrap if client.selected_tan_medium is already defined

---------

Co-authored-by: Johannes Meyer <johannes@sfg-giulini.de>
fints/client.py
fints/dialog.py
fints/utils.py