diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-15 12:23:23 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-15 12:23:26 +0200 |
commit | 4ebccaeb4df20583b996ec9c3e593895ee931879 (patch) | |
tree | 4b61e9c6a459a3e5074179c424971ae5ac171004 | |
parent | 8acf8e8c910ddb245620543d6f4f01eafa3c651d (diff) |
also query Category:Proposals_without_post-vote_cleanup
-rwxr-xr-x | proposals.py | 1 |
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', ) |