mirror of https://gitlab.com/bashrc2/epicyon
Add debug
parent
1742ec7636
commit
125b8bf9f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue