Skip to content
Snippets Groups Projects
Commit 22e67cf0 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

* YT-Link im Telegram-Bot korrigiert

parent 86311f99
Branches
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ message = [ ...@@ -71,7 +71,7 @@ message = [
# Trailernachricht zusammenbauen # Trailernachricht zusammenbauen
if next_event.trailer is not "": 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) text = ''.join(message)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment