summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-07-15 12:23:23 +0200
committerMartin Fischer <martin@push-f.com>2022-07-15 12:23:26 +0200
commit4ebccaeb4df20583b996ec9c3e593895ee931879 (patch)
tree4b61e9c6a459a3e5074179c424971ae5ac171004
parent8acf8e8c910ddb245620543d6f4f01eafa3c651d (diff)
also query Category:Proposals_without_post-vote_cleanup
-rwxr-xr-xproposals.py1
1 files changed, 1 insertions, 0 deletions
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',
)