aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.py b/config.py
index 236f849..35e292b 100644
--- a/config.py
+++ b/config.py
@@ -1 +1,2 @@
-URL = "http://data.c3voc.de/36C3/everything.schedule.json"
+SCHEDULE_URL = "http://data.c3voc.de/36C3/everything.schedule.json"
+KEYS = ['speaker', 'time', 'room', 'title'] \ No newline at end of file