You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ for i in range(0,max)
37
37
You can give the following optional arguments to the ProgressBar constructor:
38
38
- pretext: Text to print before the bar (default "")
39
39
- progresschar: Character to show progress (default '-')
40
-
- loadingchars: Last character of bar moving as bar loads (moves even if no progress) (default "\|/")
40
+
- loadingchars: Last character of bar moving as bar loads (moves even if no progress) (default "\\|/")
41
41
- startendchar: Characters going around the bar (default "[]")
42
42
- barwidth: Length of the bar in characters (does not include optionally printed pretext, progresschar, percentage and count) (default terminal width/2)
43
43
- displaypercentage: Show percentage as well or not (default False)
0 commit comments