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: