dsa
This commit is contained in:
parent
2caafe5168
commit
35f1ecf929
4 changed files with 631 additions and 3 deletions
|
@ -22,8 +22,8 @@ from sys import stdout
|
|||
|
||||
|
||||
snappyquotes = [f':#{x}:' for x in marseys_const2]
|
||||
if SITE_NAME == 'Drama':
|
||||
with open(f'snappy.txt', "r", encoding="utf-8") as f:
|
||||
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")
|
||||
|
||||
IMGUR_KEY = environ.get("IMGUR_KEY").strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue