@ -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: