|
|
|
@ -65,7 +65,7 @@ def get_results() -> Vysledek:
|
|
|
|
|
|
|
|
|
|
def fill_data(vysl) -> tuple[datetime, dict[str, int]]:
|
|
|
|
|
"""Dopočítá ve výsledku zbytek dat."""
|
|
|
|
|
VOLICU_CELKEM = 8_500_000 # Odhad!!
|
|
|
|
|
VOLICU_CELKEM = 8_245_962
|
|
|
|
|
vysl.kandidati[r'NEPLATNÉ'] = int(vysl.ucast[r'ODEVZDANE_OBALKY']) - int(vysl.ucast[r'PLATNE_HLASY'])
|
|
|
|
|
vysl.kandidati[r'NEZAPOČÍTANÉ'] = max(0, VOLICU_CELKEM - int(vysl.ucast[r'ZAPSANI_VOLICI']))
|
|
|
|
|
vysl.kandidati[r'NEVOLILI'] = int(vysl.ucast[r'ZAPSANI_VOLICI']) - int(vysl.ucast[r'ODEVZDANE_OBALKY'])
|
|
|
|
|