From 2fd2a23cbf66a96273ea11cbd7dd6dacfe9a434a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 9 Jan 2020 11:04:57 +0100 Subject: [PATCH] Add comment explaining bank switch --- fints/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fints/client.py b/fints/client.py index 6794cee..be46565 100644 --- a/fints/client.py +++ b/fints/client.py @@ -1345,6 +1345,7 @@ class FinTS3PinTanClient(FinTS3Client): Returns tuple of fints.formals.TANUsageOption and a list of fints.formals.TANMedia4 or fints.formals.TANMedia5 objects.""" if self.connection.url == 'https://hbci.postbank.de/banking/hbci.do': + # see https://github.com/raphaelm/python-fints/issues/101#issuecomment-572486099 context = self._new_dialog(lazy_init=True) method = lambda dialog: dialog.init else: -- 2.39.5