From 95c25d73e676d324c8461775f265a851245e41bf Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 27 Jun 2023 15:06:26 +0300 Subject: [PATCH] fix last commit --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 813689187..2f7d9c450 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -461,7 +461,7 @@ def submit_post(v:User, sub=None): sub = request.values.get("sub", "").lower().replace('/h/','').strip() - if SITE_NAME == 'rDrama' and v.chud == 1: + if SITE == 'rdrama.net' and v.chud == 1: sub = 'chudrama' title_html = filter_emojis_only(title, graceful=True, count_emojis=True)