fix removing groups from applications
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-28 15:47:35 +01:00
parent 611fe49295
commit 69e83844af

View File

@ -196,6 +196,7 @@ for name, details in applications.items():
app.group = group
print(f'Add {name}: {url} in group: {group}')
else:
app.group = ''
print(f'Add {name}: {url}')
app.open_in_new_tab = True
app.save()