From 125b8bf9f963297ec9998e98958c36b22109309a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 20 Jan 2025 18:15:00 +0000 Subject: [PATCH] Add debug --- webapp_post.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_post.py b/webapp_post.py index be6a3f3b1..144764460 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -148,6 +148,7 @@ def _get_instance_software(base_dir: str, session, """returns the type of instance software for the given instance domain eg. mastodon, epicyon, pixelfed """ + print('DEBUG get_instance_software: ' + instance_domain) if instance_software.get(instance_domain): return instance_software[instance_domain] # get the initial nodeinfo url