mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-05 14:53:02 +00:00
Variable typo
This commit is contained in:
parent
fba68e7a70
commit
77f5d4b0cb
@ -93,7 +93,7 @@ def get_new_funkwhale_servers():
|
||||
if results:
|
||||
new_instances_list = results['results']['A']['tables'][0]['rows']
|
||||
for i in new_instances_list:
|
||||
if i[0] not in defaut_conf['public_list_instances'] and i[1]:
|
||||
if i[0] not in default_conf['public_list_instances'] and i[1]:
|
||||
new_instances.append(i[0])
|
||||
return new_instances
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user