Skip to content

Commit

Permalink
Updated number of votes needed for support from 5 to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrax committed Jul 26, 2010
1 parent 18dcacf commit bdd8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpc.py
Expand Up @@ -342,7 +342,7 @@ def isPassed(self):
if not self._votesCounted:
self.countVotes()

return self._pro >= 5 and \
return self._pro >= 7 and \
(self._pro >= 2*self._con)


Expand Down

0 comments on commit bdd8933

Please sign in to comment.