diff --git a/renderlib.py b/renderlib.py index 33cfcf1..80b4c1c 100644 --- a/renderlib.py +++ b/renderlib.py @@ -177,7 +177,7 @@ def rendertask(task): # Download the Events-Schedule and parse all Events out of it. Yield a tupel for each Event def events(scheduleUrl, titlemap={}): - print("downloading pentabarf schedule") + print("downloading schedule") # download the schedule response = urlopen(scheduleUrl)