diff options
-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', ) |