From 0001f370a937bb973f66a39319e5f6967d462b33 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Sun, 28 Dec 2025 15:05:40 +0200 Subject: [PATCH] this --- lti/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lti/views.py b/lti/views.py index 95c41f75..3b0f9767 100644 --- a/lti/views.py +++ b/lti/views.py @@ -93,6 +93,7 @@ class OIDCLoginView(View): # Create tool config for this platform tool_config = DjangoToolConfig.from_platform(platform) + print(f"Tool config: {tool_config._config}", flush=True) # Wrap Django request for PyLTI1p3 lti_request = DjangoRequest(request)