Update inkycal_icalendar.py

This commit is contained in:
Ace 2019-12-05 00:08:31 +01:00 committed by GitHub
parent adf662efcc
commit 413b59968a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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())