We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1557d commit f6c4e5cCopy full SHA for f6c4e5c
fints/client.py
@@ -1207,7 +1207,7 @@ def _new_dialog(self, lazy_init=False):
1207
)
1208
1209
def fetch_tan_mechanisms(self):
1210
- if self.system_id and not self.get_current_tan_mechanism():
+ if (self.system_id and self.system_id != SYSTEM_ID_UNASSIGNED) and not self.get_current_tan_mechanism():
1211
# system_id was persisted and given to the client, but nothing else
1212
self.set_tan_mechanism('999')
1213
with self._get_dialog(lazy_init=True) as dialog:
0 commit comments