From 6df71dd59be4d82daefb5d80dcac8af109dc1cb4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 26 Feb 2022 13:55:06 +0200 Subject: [PATCH] M --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 208609b51..639150fe5 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -20,7 +20,7 @@ import requests from shutil import copyfile from sys import stdout -marseys = [f':#{x[0]}:' for x in marseys_const] +marseys = [f':#{x}:' for x in marseys_const] if path.exists(f'snappy_{SITE_NAME}.txt'): with open(f'snappy_{SITE_NAME}.txt', "r", encoding="utf-8") as f: