diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-08-03 19:12:53 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-08-03 19:13:39 (GMT) |
commit | 4cfbc102d21302d774b558230f10252b40170944 (patch) | |
tree | 6c88ed251bcac8b6504801eafe60e1a669282956 /program | |
parent | e1dd7af199984d7ef3c875c88e39aee06d538370 (diff) |
hotfix: show has no automation_id anymore
Diffstat (limited to 'program')
-rw-r--r-- | program/views.py | 2 |
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) |