From: Sebastian Raß <43568284+sebira@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:05:24 +0000 (+0100) Subject: Set decoupled on response code 3955 (#181) X-Git-Tag: v4.2.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a00dbbcebff073160b7fe54af1b4f705540352b;p=thirdparty%2Fpython-fints.git Set decoupled on response code 3955 (#181) --- diff --git a/fints/dialog.py b/fints/dialog.py index 0c97daf..e1f66aa 100644 --- a/fints/dialog.py +++ b/fints/dialog.py @@ -92,8 +92,12 @@ class FinTSDialog: retval.find_segment_first('HITAN'), '_continue_dialog_initialization', self.client.is_challenge_structured(), - resp.code == '3955', + False, ) + if resp.code == '3955': + self.client.init_tan_response.decoupled = True + break + self.need_init = False return retval except Exception as e: