Merge "report the number of votes needed"
This commit is contained in:
commit
02f6c59590
@ -198,7 +198,7 @@ def get_one_status(change, delegates):
|
||||
time_to_approve = since_majority > datetime.timedelta(3)
|
||||
else:
|
||||
time_to_approve = False
|
||||
earliest = '4 days after majority'
|
||||
earliest = '4 days after 5 positive votes'
|
||||
|
||||
if votes_to_approve and time_to_approve:
|
||||
parts.append('YES')
|
||||
@ -246,7 +246,7 @@ def get_one_status(change, delegates):
|
||||
time_to_approve = since_majority > datetime.timedelta(3)
|
||||
else:
|
||||
time_to_approve = False
|
||||
earliest = '4 days after majority'
|
||||
earliest = '4 days after 9 positive votes'
|
||||
|
||||
if votes_to_approve and time_to_approve:
|
||||
parts.append('YES')
|
||||
|
Loading…
x
Reference in New Issue
Block a user