From 3283d17ecf63d520e80132b1a28f344aa734f5c9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 20 Jan 2025 18:17:15 +0000 Subject: [PATCH] Get domain --- webapp_post.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_post.py b/webapp_post.py index 144764460..67fcde452 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 """ + instance_domain, _ = get_domain_from_actor(instance_domain) print('DEBUG get_instance_software: ' + instance_domain) if instance_software.get(instance_domain): return instance_software[instance_domain]