forked from MarseyWorld/MarseyWorld
stop forcing posts in /h/chudrama
parent
153fb4e2a2
commit
1de69518be
|
@ -788,9 +788,6 @@ def submit_post(v, sub=None):
|
||||||
if url and url.startswith(SITE_FULL):
|
if url and url.startswith(SITE_FULL):
|
||||||
url = url.split(SITE_FULL)[1]
|
url = url.split(SITE_FULL)[1]
|
||||||
|
|
||||||
if SITE == 'rdrama.net' and v.agendaposter == 1:
|
|
||||||
sub = 'chudrama'
|
|
||||||
|
|
||||||
post = Submission(
|
post = Submission(
|
||||||
private=flag_private,
|
private=flag_private,
|
||||||
notify=flag_notify,
|
notify=flag_notify,
|
||||||
|
|
Loading…
Reference in New Issue