From 6ad9e9387cb4daba9537ecdbe8b118d9eac209a6 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 5 Apr 2016 14:16:35 -0300 Subject: Use tab specific event json --- scripts/calendar_plugin2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1