From 593be64bcd91eb82db1a1331a8e22da2f451ee8e Mon Sep 17 00:00:00 2001 From: nobbie2009 Date: Mon, 20 Jul 2020 11:57:41 +0200 Subject: [PATCH] Update 2calendar.py --- plugins/2calendar/2calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/2calendar/2calendar.py b/plugins/2calendar/2calendar.py index ac1a26c..b3ceeee 100644 --- a/plugins/2calendar/2calendar.py +++ b/plugins/2calendar/2calendar.py @@ -120,7 +120,7 @@ def run(typ,freq,data): timestamp = datetime.fromtimestamp(data["timestamp"]) - logging.debug("Aktueller Alarm wird eingelesen") + logging.debug("Aktueller Alarm wird eingelesen") event = Event() event.add('summary', data["description"]) event.add('dtstart',timestamp)