From f705441f0da41f4d5f3c13aadd4575fafd08b405 Mon Sep 17 00:00:00 2001 From: Jonas Havelka Date: Tue, 23 Feb 2021 22:07:26 +0100 Subject: [PATCH] =?UTF-8?q?A=20tohle=20mi=20n=C4=9Bjak=20vypadlo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/testutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seminar/testutils.py b/seminar/testutils.py index b40771fc..9f15dc5c 100644 --- a/seminar/testutils.py +++ b/seminar/testutils.py @@ -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)