1
0
Fork 0

Fixed progress indication

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-06-23 00:29:37 +00:00
parent 64d96ea7c1
commit 1bc5bb39e0

View file

@ -72,7 +72,7 @@ while i < argc:
cs = n - s
if nm == 0:
nm = 10
tile = ((10 - wm) % 10) * 10 + cs * cs * (nm / cs)
tile = (wm % 10) * 10 + cs * cs * (nm / cs)
rows = 0