added póthét detection

This commit is contained in:
Kjistóf 2017-09-01 14:42:01 +02:00
parent 8be6120115
commit 9f5830a77f
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ def main(wf):
title = u'Épp {}.'
subtt = u'hét van!'
if int(num) == 0:
title = u'Reghét ({}. hét)'
subtt = u'van!'
if int(num) == 15:
title = u'Póthét ({}. hét)'
subtt = u'van!'