From 1de69518be8d396d160a63693d3a963ba2d4f287 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 21 Nov 2022 16:13:17 +0200 Subject: [PATCH] stop forcing posts in /h/chudrama --- files/routes/posts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 423b0acfe..2a4a563b7 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -788,9 +788,6 @@ def submit_post(v, sub=None): if url and url.startswith(SITE_FULL): url = url.split(SITE_FULL)[1] - if SITE == 'rdrama.net' and v.agendaposter == 1: - sub = 'chudrama' - post = Submission( private=flag_private, notify=flag_notify,