Skip to content

Commit 0ff9132

Browse files
committed
Fixed progress bar
1 parent 345a3fb commit 0ff9132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ class Bar():
13361336
s.p('-')
13371337
if s.i == s.st:
13381338
s.p('\n')
1339-
def p(t):
1339+
def p(s, t):
13401340
sys.stdout.write(t)
13411341
sys.stdout.flush()
13421342
```

0 commit comments

Comments
 (0)