remotes/1693045480750635534/spooky-22
Aevann1 2021-11-07 16:59:48 +02:00
parent d32e782f62
commit 5a286b5e7a
1 changed files with 2 additions and 3 deletions

View File

@ -23,8 +23,7 @@ CATBOX_KEY = environ.get("CATBOX_KEY").strip()
with open("snappy.txt", "r") as f: snappyquotes = f.read().split("{[para]}")
if site == 'pcmemes.net':
snappyquotes = [x for x in snappyquotes if 'drama' not in x]
if site == 'pcmemes.net': snappyquotes = [x for x in snappyquotes if 'drama' not in x]
@app.post("/toggle_club/<pid>")
@auth_required
@ -864,7 +863,7 @@ def submit_post(v):
n = Notification(comment_id=c_jannied.id, user_id=v.id)
g.db.add(n)
if "rama" in request.host or new_post.url:
if "rama" in request.host or "pcmemes.net" in request.host or new_post.url:
new_post.comment_count = 1
g.db.add(new_post)