Skip to content

Commit

Permalink
✨ weighted voting support (#198)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#552
  • Loading branch information
Findeton committed Apr 16, 2024
1 parent 258dc15 commit 48321c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/dump_votes.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def dump_votes(
except StopIteration:
# Reached the end of one of the files
pass
return

# if voters_info_path is provided, apply filtering and duplication
with open(voters_info_path, 'r') as voters_file, \
Expand Down

0 comments on commit 48321c5

Please sign in to comment.