Skip to content

Commit 4d84f4f

Browse files
committed
Nothing
1 parent c11ac06 commit 4d84f4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616

1717
# Make the progress bar yellow
1818
progress.set_progress_type(WARNING)
19+
progress.set_progress(42)
1920
time.sleep(2)
2021

2122
# Make the progress bar red
2223
progress.set_progress_type(ERROR)
24+
progress.set_progress(42)
2325
time.sleep(2)
2426

2527
# Flash the taskbar icon

0 commit comments

Comments
 (0)