pull/7/head
Martin Lackner 2020-01-31 15:27:14 +01:00
rodzic 338ece6db3
commit f76c1d9f9c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ import apportionment.methods as app
print("Parties with surplus-vote agreements are treated as coalitions")
print("See https://www.knesset.gov.il/lexicon/eng/seats_eng.htm\n")
with open("./knesset.txt", "r") as f:
with open("knesset.txt", "r") as f:
for line in f:
knesset_nr, partynames, votes, officialresult, threshold = \