fixed detection of "repeat week" and exam period (wrong weeks were used)
This commit is contained in:
		@@ -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!'
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user