remotes/1693045480750635534/spooky-22
Aevann1 2022-03-17 20:31:09 +02:00
parent 16b1060d8a
commit 262b0e8cbb
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ from shutil import copyfile
from sys import stdout
snappyquotes = [f':#{x}:' for x in marseys_const2]
if SITE_NAME == 'PCM': snappyquotes = []
else: snappyquotes = [f':#{x}:' for x in marseys_const2]
if path.exists(f'snappy_{SITE_NAME}.txt'):
with open(f'snappy_{SITE_NAME}.txt', "r", encoding="utf-8") as f:
snappyquotes += f.read().split("\n{[para]}\n")