From 43dd5d0e5c9bcb7a1049047bb39013e3c46cd042 Mon Sep 17 00:00:00 2001 From: Mayank Aamseek Date: Wed, 3 Apr 2024 14:27:12 +0530 Subject: [PATCH] SSO bug fixed --- streamlit/interface_0.py | 1 + 1 file changed, 1 insertion(+) diff --git a/streamlit/interface_0.py b/streamlit/interface_0.py index 3aa42e8..5d44ce6 100644 --- a/streamlit/interface_0.py +++ b/streamlit/interface_0.py @@ -80,6 +80,7 @@ if user_mail in user_list: batch_id = json.loads(json.loads(response.text)['body'])['batch_id'] landing_zone = json.loads(json.loads(response.text)['body'])['landing_zone'] except: + st.write(myobj) st.write(response.text) else: st.write("Failed")