Skip to content

Commit 574aaf6

Browse files
author
林檎
committed
Fix Count Bug
1 parent 060249a commit 574aaf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

checkMissingGlyph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ def bye(self, items):
137137
if count % 20 == 0:
138138
sys.stdout.write("\n ")
139139
sys.stdout.flush()
140+
else:
141+
count -= 1
140142

141143
if count > 0:
142144
print("\n-1-2-3-4-5-6-7-8-9-⓵ -1-2-3-4-5-6-7-8-9-⓶ -")

0 commit comments

Comments
 (0)