fixed detection of "repeat week" and exam period (wrong weeks were used)
This commit is contained in:
parent
ab0dd17687
commit
8be6120115
@ -14,10 +14,10 @@ def main(wf):
|
||||
title = u'Épp {}.'
|
||||
subtt = u'hét van!'
|
||||
|
||||
if int(num) == 14:
|
||||
if int(num) == 15:
|
||||
title = u'Póthét ({}. hét)'
|
||||
subtt = u'van!'
|
||||
if int(num) > 14:
|
||||
if int(num) > 15:
|
||||
title = u'Vizsgaidőszak ({}. hét)'
|
||||
subtt = u'van!'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user