summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-08-03 19:12:53 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-08-03 19:13:39 (GMT)
commit4cfbc102d21302d774b558230f10252b40170944 (patch)
tree6c88ed251bcac8b6504801eafe60e1a669282956
parente1dd7af199984d7ef3c875c88e39aee06d538370 (diff)
hotfix: show has no automation_id anymore
-rw-r--r--program/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/program/views.py b/program/views.py
index 6a53e82..cfebbd1 100644
--- a/program/views.py
+++ b/program/views.py
@@ -208,8 +208,6 @@ def json_day_schedule(request, year=None, month=None, day=None):
if ts.programslot.automation_id:
entry['automation-id'] = ts.programslot.automation_id
- elif ts.programslot.show.automation_id:
- entry['automation-id'] = ts.programslot.show.automation_id
schedule.append(entry)