forked from MarseyWorld/MarseyWorld
fix last commit
parent
2ecd9c4dec
commit
95c25d73e6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue