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"],