Aevann1 2022-02-26 13:55:06 +02:00
parent 48bf2e0ba2
commit 6df71dd59b
1 changed files with 1 additions and 1 deletions

View File

@ -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: