We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df4442d + 51be1a0 commit f96c31aCopy full SHA for f96c31a
click_spinner/__init__.py
@@ -30,6 +30,7 @@ def init_spin(self):
30
sys.stdout.flush()
31
time.sleep(0.25)
32
sys.stdout.write('\b')
33
+ sys.stdout.flush()
34
35
def __enter__(self):
36
self.start()
0 commit comments