From 76587eeb331fa3474c108007f3ff4a1613c4b12a Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 7 Feb 2024 03:13:12 +0200 Subject: [PATCH] fix effortpost param --- files/routes/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/search.py b/files/routes/search.py index f0f99323c..c64e61848 100644 --- a/files/routes/search.py +++ b/files/routes/search.py @@ -22,6 +22,7 @@ valid_params = [ 'sentto', 'hole', 'subreddit', + 'effortpost', ] def searchparse(text):