From cd6b4d3d50f0c14c7bb373711b33e17a81dfaeaf Mon Sep 17 00:00:00 2001 From: eclipse Date: Fri, 21 Mar 2025 14:10:15 +0100 Subject: [PATCH] refresh_events is now called before page generation --- publishconf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/publishconf.py b/publishconf.py index 4e956f7..a99f145 100644 --- a/publishconf.py +++ b/publishconf.py @@ -21,3 +21,6 @@ DELETE_OUTPUT_DIRECTORY = True # DISQUS_SITENAME = "" # GOOGLE_ANALYTICS = "" +# get event list from calendar(s) +sys.path.append(os.curdir + "/utils") +import refresh_events