Browse Source

Fixed progress bar

pull/3/head
Jure Šorn 5 years ago
parent
commit
0ff913291f
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1336,7 +1336,7 @@ class Bar():
s.p('-')
if s.i == s.st:
s.p('\n')
def p(t):
def p(s, t):
sys.stdout.write(t)
sys.stdout.flush()
```

Loading…
Cancel
Save