smazané testovací printy
This commit is contained in:
parent
ed565018a6
commit
bac96ca2be
1 changed files with 0 additions and 6 deletions
|
@ -586,12 +586,6 @@ def group_by_rocnik(clanky):
|
|||
skupiny_clanku = []
|
||||
skupina = []
|
||||
|
||||
print(f"Články {clanky}")
|
||||
print(clanky.first())
|
||||
print(clanky.first().cislo)
|
||||
print(clanky.first().cislo.rocnik)
|
||||
print(clanky.first().cislo.rocnik.rocnik)
|
||||
|
||||
rocnik = clanky.first().cislo.rocnik.rocnik # první ročník
|
||||
for clanek in clanky:
|
||||
if clanek.cislo.rocnik.rocnik == rocnik:
|
||||
|
|
Loading…
Reference in a new issue