From 22e67cf041533132776a897c7b98e2a0c1e51773 Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@udo.edu>
Date: Tue, 26 Jun 2018 11:03:17 +0200
Subject: [PATCH] * YT-Link im Telegram-Bot korrigiert

---
 telegram_bot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telegram_bot.py b/telegram_bot.py
index daaef059..164a4d71 100755
--- a/telegram_bot.py
+++ b/telegram_bot.py
@@ -71,7 +71,7 @@ message = [
 
 # Trailernachricht zusammenbauen
 if next_event.trailer is not "":
-    message.append("\n[Link zum Trailer](https://youtu.be/%s)" % next_event.trailer)
+    message.append("\n[Link zum Trailer](%s)" % next_event.trailer)
 
 text = ''.join(message)
 
-- 
GitLab