summaryrefslogtreecommitdiff
path: root/app/python/generate_cal_urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/python/generate_cal_urls.py')
-rw-r--r--app/python/generate_cal_urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/python/generate_cal_urls.py b/app/python/generate_cal_urls.py
index 4546b5c..a79f9d0 100644
--- a/app/python/generate_cal_urls.py
+++ b/app/python/generate_cal_urls.py
@@ -3,6 +3,7 @@ from slugify import slugify
from rcal.db import Session
from rcal.model import Calendar
+
def main():
session = Session.create()
for calendar in session.query(Calendar).all():