Compare commits

..

No commits in common. "adfa00aeb4d454a308b67b852ba02eb7a4d6a5ae" and "27e697b9c1e8097666f47064d8d857dde6ae7705" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -129,9 +129,8 @@ Insert token from "Access token" here''')
k, v = i.get('verbose_name'), i.get('value') k, v = i.get('verbose_name'), i.get('value')
about_instance_info.append(f'{k}: {v}') about_instance_info.append(f'{k}: {v}')
about_instance_info.append('|||||Some stats:') about_instance_info.append('|||||Some stats:')
if ins_nodeinfo['metadata'].get('usage'): for k, v in ins_nodeinfo['metadata']['usage'].items():
for k, v in ins_nodeinfo['metadata']['usage'].items(): about_instance_info.append(f'{k}: {v}')
about_instance_info.append(f'{k}: {v}')
for k, v in ins_nodeinfo['metadata']['library'].items(): for k, v in ins_nodeinfo['metadata']['library'].items():
about_instance_info.append(f'{k}: {v}') about_instance_info.append(f'{k}: {v}')
for k, v in ins_nodeinfo['usage'].items(): for k, v in ins_nodeinfo['usage'].items():

View File

@ -13,13 +13,13 @@ default_conf = {
'instance': 'fw.ponychord.rocks', 'instance': 'fw.ponychord.rocks',
'public_list_instances': [ 'public_list_instances': [
"open.audio", "open.audio",
"audio.securetown.top",
"funkwhale.co.uk", "funkwhale.co.uk",
"am.pirateradio.social", "am.pirateradio.social",
"audio.liberta.vip", "audio.liberta.vip",
"audio.gafamfree.party", "audio.gafamfree.party",
"tanukitunes.com", "tanukitunes.com",
"funkwhale.juniorjpdj.pl", "funkwhale.juniorjpdj.pl",
"audio.securetown.in.ua",
"tavia.mle.party", "tavia.mle.party",
"funkwhale.thurk.org", "funkwhale.thurk.org",
"buzzworkers.com", "buzzworkers.com",