From 4ebccaeb4df20583b996ec9c3e593895ee931879 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 15 Jul 2022 12:23:23 +0200 Subject: also query Category:Proposals_without_post-vote_cleanup --- proposals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals.py b/proposals.py index 0345c77..4acb6cc 100755 --- a/proposals.py +++ b/proposals.py @@ -14,6 +14,7 @@ osmwiki = pywikiapi.Site(OSMWIKI_ENDPOINT) CATEGORIES = ( 'Category:Proposed features under way', + 'Category:Proposals without post-vote cleanup', 'Category:Active features', 'Category:Inactive features', ) -- cgit v1.2.3