diff options
| -rwxr-xr-x | proposals.py | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/proposals.py b/proposals.py index 4acb6cc..86b9a8f 100755 --- a/proposals.py +++ b/proposals.py @@ -115,9 +115,9 @@ for page in find_proposals():  STATUSES = {      'voting': 0, -    'proposed': 1, -    'draft': 2, -    'post-vote': 3, +    'post-vote': 1, +    'proposed': 2, +    'draft': 3,      'approved': 4,      'inactive': 5,      'rejected': 6,  | 
