no logic change yet

This commit is contained in:
Martin Diehl 2016-10-29 10:21:00 +02:00
parent 6378cb1ff1
commit 1a56ad7a72
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ for name in filenames:
elif type == '.':
table.data = [former]
elif type == 'to':
table.data = [former-reps+1,'to',former]
table.data = [start,'to',former]
elif type == 'of':
table.data = [reps,'of',former]