Zkrácení
This commit is contained in:
parent
8d379d6dad
commit
320f7dac63
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class VysledkovkaCisla(Vysledkovka):
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def temata_a_spol(self) -> list[m.Problem]:
|
def temata_a_spol(self) -> list[m.Problem]:
|
||||||
if self.cislo.rocnik.rocnik < ROCNIK_ZRUSENI_TEMAT:
|
if self.rocnik.rocnik < ROCNIK_ZRUSENI_TEMAT:
|
||||||
return self.hlavni_problemy
|
return self.hlavni_problemy
|
||||||
else:
|
else:
|
||||||
return list(filter(self.ne_clanek_ne_konfera, self.hlavni_problemy))
|
return list(filter(self.ne_clanek_ne_konfera, self.hlavni_problemy))
|
||||||
|
|
Loading…
Reference in a new issue