force LLM posts in chudrama

master
Aevann 2023-07-22 19:32:46 +03:00
parent 5419d45a60
commit 6726668237
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ def submit_post(v:User, sub=None):
sub = request.values.get("sub", "").lower().replace('/h/','').strip()
if SITE == 'rdrama.net' and v.chud == 1:
if SITE == 'rdrama.net' and (v.chud == 1 or v.id == 253):
sub = 'chudrama'
title_html = filter_emojis_only(title, graceful=True, count_emojis=True)