]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Add comment explaining bank switch
authorRaphael Michel <mail@raphaelmichel.de>
Thu, 9 Jan 2020 10:04:57 +0000 (11:04 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Jan 2020 10:04:57 +0000 (11:04 +0100)
fints/client.py

index 6794cee95a6a8847d320e0a6b1143161cbddc2b2..be4656540ee2cb2ae6d331b525e0b609229e975a 100644 (file)
@@ -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: