Get domain

merge-requests/30/head
Bob Mottram 2025-01-20 18:17:15 +00:00
parent 125b8bf9f9
commit 3283d17ecf
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ def _get_instance_software(base_dir: str, session,
"""returns the type of instance software for the given """returns the type of instance software for the given
instance domain eg. mastodon, epicyon, pixelfed instance domain eg. mastodon, epicyon, pixelfed
""" """
instance_domain, _ = get_domain_from_actor(instance_domain)
print('DEBUG get_instance_software: ' + instance_domain) print('DEBUG get_instance_software: ' + instance_domain)
if instance_software.get(instance_domain): if instance_software.get(instance_domain):
return instance_software[instance_domain] return instance_software[instance_domain]