]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Fix Postbank issue
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 23 Nov 2020 20:21:18 +0000 (21:21 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 23 Nov 2020 20:21:18 +0000 (21:21 +0100)
fints/client.py

index 7c3f495d3e3afbc317cb35679fee9eb02eb89faf..61ef2f5ba5123651160de67349fe46e19474538f 100644 (file)
@@ -1369,7 +1369,7 @@ class FinTS3PinTanClient(FinTS3Client):
 
             try:
                 self._bootstrap_mode = True
-                response = method(dialog)(seg, tan_seg=seg)
+                response = method(dialog)(seg)
             finally:
                 self._bootstrap_mode = False