refresh_events is now called before page generation

This commit is contained in:
eclipse 2025-03-21 14:10:15 +01:00
parent ec8d4b9af8
commit cd6b4d3d50

View File

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