From 7e670c236c37ec79a81c5a4e28cd0075d9461582 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Dec 2023 18:52:19 +0200 Subject: [PATCH] add \n --- files/helpers/const_stateful.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/const_stateful.py b/files/helpers/const_stateful.py index 136284c44..2b53e391b 100644 --- a/files/helpers/const_stateful.py +++ b/files/helpers/const_stateful.py @@ -21,6 +21,7 @@ def const_initialize(): MARSEYS_CONST = [x[0] for x in db.query(Emoji.name).filter(Emoji.kind == "Marsey", Emoji.submitter_id == None, Emoji.name != 'chudsey', Emoji.nsfw == False)] MARSEYS_CONST2 = MARSEYS_CONST + ['chudsey','a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','0','1','2','3','4','5','6','7','8','9','exclamationpoint','period','questionmark'] + marseys = db.query(Emoji).filter(Emoji.kind=="Marsey", Emoji.submitter_id == None, Emoji.nsfw == False).all() for marsey in marseys: for tag in marsey.tags.split():