From 0ff913291f97851961279738fdcf1008218aea1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 26 Dec 2018 19:09:41 +0100 Subject: [PATCH] Fixed progress bar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c9ae0a..cf3ef41 100644 --- a/README.md +++ b/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() ```