]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Add NeedTanResponse suppport for holdings (blindly)
authorRaphael Michel <mail@raphaelmichel.de>
Sun, 22 Dec 2019 17:08:17 +0000 (18:08 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Sun, 22 Dec 2019 17:08:17 +0000 (18:08 +0100)
fints/client.py

index 5713a39b9b1fb8250d13d27f089e97dfeee71a9e..612559f7c902b9ff9a45051cd6a07a677568a705 100644 (file)
@@ -645,6 +645,9 @@ class FinTS3Client:
                 'HIWPD'
             )
 
+        if isinstance(responses, NeedTANResponse):
+            return responses
+
         holdings = []
         for resp in responses:
             if type(resp.holdings) == bytes: