diff --git a/files/routes/search.py b/files/routes/search.py index 993464ca0..385b49dca 100644 --- a/files/routes/search.py +++ b/files/routes/search.py @@ -25,9 +25,6 @@ valid_params = [ 'effortpost', ] -if SITE == 'rdrama.net': - valid_params.remove('author') #to stop the doxing, if u see this, pls dont tell anyone - def searchparse(text): text = text.lower()