From 24d4f4bb448a894ef90cb9a8da9607d9e1192961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 19 May 2023 11:49:44 -0400 Subject: [PATCH] Added typo i apparently make --- pomodoro_to_harvest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 00e758a..8c7900d 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -165,7 +165,7 @@ timelog['project'] = (np.where(timelog['project'].str.contains(' — '), timelog # Replace irregular-but-known project names with ones timetracking tools use. harvest_project_names = { - "Everyday AI Project": ["EverydayAI", "MIT Scheller Teacher Education Program (STEP) Lab", "Education Arcade", "Everyday AI"], + "Everyday AI Project": ["EverydayAI", "MIT Scheller Teacher Education Program (STEP) Lab", "Education Arcade", "Everyday AI", "Everday AI"], "Boston Modern Orchestra Project": ["BMOP", "BMOP.org"], "crla.org - Development & Support": ["CRLA.org upgrade", "CRLA", "CRLA upgrade", "California Rural Legal Assistance", "crla.org"], "Cockrill Precision Products": ["Cockrill Corp", "Cockrill"],