A tohle mi nějak vypadlo

This commit is contained in:
Jonas Havelka 2021-02-23 22:07:26 +01:00
parent 8e0c34ed99
commit f705441f0d

View file

@ -667,7 +667,7 @@ def gen_ulohy_k_tematum(rnd, rocniky, rocnik_cisla, rocnik_temata, organizatori,
# Generujeme 1 až 4 úložky k tomuto témátku do tohoto čísla. # Generujeme 1 až 4 úložky k tomuto témátku do tohoto čísla.
for kod in range(1, rnd.randint(1, 4)): for kod in range(1, rnd.randint(1, 4)):
u, uz = gen_ulohy_tematu(rnd, organizatori, tema, kod, u, uz = gen_ulohy_tematu(rnd, organizatori, resitele, tema, kod,
cislo, cislo_se_vzorakem) cislo, cislo_se_vzorakem)
insert_last_child(tema_node, uz) insert_last_child(tema_node, uz)