Spaces:
Runtime error
Runtime error
KJMAN678
commited on
Commit
·
eb59450
1
Parent(s):
fee4bd9
進捗表示を修正
Browse files- bul_image_maker.py +1 -1
bul_image_maker.py
CHANGED
@@ -25,7 +25,7 @@ def bul_image_maker(height: int, width: int, times: int, status_area) -> None:
|
|
25 |
|
26 |
for time in range(times):
|
27 |
|
28 |
-
status_area.write(f"{time}/{times}")
|
29 |
|
30 |
H_start = random.randint((random.randint(1, H - 3)), H - 2)
|
31 |
H_end = H_start
|
|
|
25 |
|
26 |
for time in range(times):
|
27 |
|
28 |
+
status_area.write(f"{time+1}/{times}")
|
29 |
|
30 |
H_start = random.randint((random.randint(1, H - 3)), H - 2)
|
31 |
H_end = H_start
|