diff options
-rw-r--r-- | scripts/calendar_plugin2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/calendar_plugin2.py b/scripts/calendar_plugin2.py index 71a7a0c..fd6d1df 100644 --- a/scripts/calendar_plugin2.py +++ b/scripts/calendar_plugin2.py @@ -10,7 +10,7 @@ import json class TabularCalendarPlugin: def __init__(self): - calpath = os.path.join(template.path, 'calendar.json') + calpath = os.path.join(template.path, 'tabcalendar.json') with open(calpath, 'r') as calfile: events = json.load(calfile) |