Compare commits

..

No commits in common. "b88b0724c7a8ad1a69f78cfa98731b41f4b97181" and "187718f360b5676b0acbe78e293f91135f95218d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -438,7 +438,7 @@ def dump_ballots(ballots):
for r in ballot:
log.debug(r)
def runoff(ballots, direction):
def runoff(ballots):
count = {}
candidates = {}
for ballot in ballots: