From 413b59968a0947ae176e7ed5a7d5f1515e400e12 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 5 Dec 2019 00:08:31 +0100 Subject: [PATCH] Update inkycal_icalendar.py --- Inky-Calendar/modules/inkycal_icalendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inky-Calendar/modules/inkycal_icalendar.py b/Inky-Calendar/modules/inkycal_icalendar.py index 81b9b50..900b700 100644 --- a/Inky-Calendar/modules/inkycal_icalendar.py +++ b/Inky-Calendar/modules/inkycal_icalendar.py @@ -11,7 +11,7 @@ import arrow from ics import Calendar print_events = False -style = 'DD MMM YY HH:mm' #D MMM YY HH:mm +style = 'DD MMM YY HH:mm' """Set timelines for filtering upcoming events""" now = arrow.now(tz=get_tz())