forked from rDrama/rDrama
1
0
Fork 0

fix last commit

master
Aevann 2023-06-27 15:06:26 +03:00
parent 2ecd9c4dec
commit 95c25d73e6
1 changed files with 1 additions and 1 deletions

View File

@ -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)