From 6c18d88dbcc508491c9f7001e803728f06558730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 28 May 2021 14:38:09 -0400 Subject: [PATCH] Add Family & Home to our projects --- pomodoro_to_harvest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 88fda11..ca50643 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -110,6 +110,7 @@ timelog['description'] = timelog['description'].str.strip() # Replace irregular-but-known project names with ones timetracking tools use. replacement_project_names = { + "Family & Home": ["Family and Home", "Family home"], "Find It Cambridge": ["Find It", "FIC", "Cambridge"], "The Propaganda Site": ["TPS", "Propaganda Site", "The Propganda Site"], "MASS Design Group": ["MASS"],