diff --git a/activity_browser/app/bwutils/commontasks.py b/activity_browser/app/bwutils/commontasks.py index 89365dd12..e8bc583e2 100644 --- a/activity_browser/app/bwutils/commontasks.py +++ b/activity_browser/app/bwutils/commontasks.py @@ -231,7 +231,7 @@ def clean_activity_name(activity_name: str) -> str: Integers are also removed aggressively, there are allowed, but not at the start of a parameter name. """ - remove = ",.%[]0123456789" + remove = ",.%[]()0123456789" replace = " -" # Remove invalid characters for char in remove: