File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ KockatýKalendár Python
55 :target: https://pypi.python.org/pypi/kockatykalendar
66 :alt: Latest PyPI version
77
8- API, nástroje a utiltky pre prácu a integráciu s Kockatým Kalendárom pre Python.
8+ API, nástroje a utilitky pre prácu a integráciu s Kockatým Kalendárom pre Python.
99
1010Inštalácia
1111----------
@@ -49,7 +49,7 @@ v kalendári ale aj ich tvorbu.
4949 event.date.start = date(2020 , 12 , 13 )
5050 event.date.end = date(2020 , 12 , 20 )
5151 event.contestants.min = EventContestant(EventContestant.SchoolType.STREDNA , 1 )
52- event.contestants.min = EventContestant(EventContestant.SchoolType.STREDNA , 4 )
52+ event.contestants.max = EventContestant(EventContestant.SchoolType.STREDNA , 4 )
5353 event.places = [" TBD" ]
5454 event.organizers = [" trojsten" ]
5555 event.link = " https://ksp.sk/akcie/sustredenia/"
You can’t perform that action at this time.
0 commit comments