eh schedule url

This commit is contained in:
MaZderMind 2014-04-18 21:05:51 +02:00
parent 147d4df14e
commit 00abb84511

View file

@ -253,7 +253,7 @@ def events():
else: else:
# download the schedule # download the schedule
response = urllib2.urlopen('http://www.fossgis.de/konferenz/2014/programm/schedule.de.xml') response = urllib2.urlopen('http://eh14.easterhegg.eu/pages/fahrplan/schedule.xml')
# read xml-source # read xml-source
xml = response.read() xml = response.read()