A tohle mi nějak vypadlo
This commit is contained in:
parent
8e0c34ed99
commit
f705441f0d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
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)
|
||||
|
||||
insert_last_child(tema_node, uz)
|
||||
|
|
Loading…
Reference in a new issue