From 69e83844af101bc6793da7117995cbecf5a2bbde Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 28 Oct 2025 15:47:35 +0100 Subject: [PATCH] fix removing groups from applications --- abra.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/abra.sh b/abra.sh index b906a47..755f2d0 100644 --- a/abra.sh +++ b/abra.sh @@ -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()