This commit is contained in:
Aevann1 2022-03-09 04:54:39 +02:00
parent 2cf8951e3f
commit 59b5ca88c1
4 changed files with 25 additions and 654 deletions

View file

@ -207,7 +207,7 @@ def api_comment(v):
body = request.values.get("body", "").strip()[:10000]
if v.admin_level > 1 and parent_post.id == 37749 and level == 1:
with open(f"snappy_{SITE_NAME}.txt", "a", encoding="utf-8") as f:
with open(f"snappy.txt", "a", encoding="utf-8") as f:
f.write('\n{[para]}\n' + body)
if parent_post.id not in ADMIGGERS: