From 7c62d5f6eb10bbc5bde44cc22dfb6c91ab939955 Mon Sep 17 00:00:00 2001 From: jlayec Date: Thu, 4 Mar 2021 07:18:45 +0000 Subject: [PATCH] fix realm to get otp --- MyPSACC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyPSACC.py b/MyPSACC.py index 3c48dac..fc8be6c 100644 --- a/MyPSACC.py +++ b/MyPSACC.py @@ -233,7 +233,7 @@ class MyPSACC: headers={ "Connection": "Keep-Alive", "User-Agent": "okhttp/4.8.0", - "x-introspect-realm": "clientsB2CPeugeot" + "x-introspect-realm": self.realm }) return res