remove reference to pentabarf

This commit is contained in:
Peter Körner 2017-08-05 14:34:38 +02:00
parent 372df0ec10
commit 47019a6406

View file

@ -177,7 +177,7 @@ def rendertask(task):
# Download the Events-Schedule and parse all Events out of it. Yield a tupel for each Event # Download the Events-Schedule and parse all Events out of it. Yield a tupel for each Event
def events(scheduleUrl, titlemap={}): def events(scheduleUrl, titlemap={}):
print("downloading pentabarf schedule") print("downloading schedule")
# download the schedule # download the schedule
response = urlopen(scheduleUrl) response = urlopen(scheduleUrl)