From 09a0fa3f58e552d5e9f03514f9a5eaa1b30e238d Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 20 Aug 2026 14:10:26 +0200 Subject: [PATCH] cleaned up the email addresses --- work_helpers/ics2table.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/work_helpers/ics2table.py b/work_helpers/ics2table.py index cfa4c05..971d4a5 100644 --- a/work_helpers/ics2table.py +++ b/work_helpers/ics2table.py @@ -24,14 +24,18 @@ TABLE_COLUMN_ORDER = ("date", "location", "presenter") MAIL_RECIPIENTS = ",".join( [ "cpistaff@imtek.de", - "andrealayedra@hotmail.com", + "jaro.homburger@biologie.uni-freiburg.de", "kubilay.acar@continental.com", "Mario.diehlmann@basf.com", "paul.fernandez@fmf.uni-freiburg.de", "sunil.shetty@uniklinik-freiburg.de", + + "andrealayedra@hotmail.com", "sofia.genoves94@gmail.com", "sofia.genoves@yahoo.com.ar", + "yashmistry1001@gmail.com", + "lonee.borah@gmail.com", ] ) MAIL_SUBJECT = "Updated Group Meeting Schedule"