From 816b48127703ef11903546ef992de2fef2948257 Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@udo.edu>
Date: Tue, 8 Jan 2019 09:17:20 +0100
Subject: [PATCH] fix crash when trailer is missing

---
 program_info.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/program_info.py b/program_info.py
index 1598e4fd..ef51dcaa 100644
--- a/program_info.py
+++ b/program_info.py
@@ -30,6 +30,7 @@ class NextEvent:
     tags = ""
     link = ""
     image = ""
+    trailer = ""
 
     days = ["Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"]
     month = [
-- 
GitLab