mirror of
https://github.com/not-kennethreitz/blindspin.git
synced 2026-06-05 23:10:18 +00:00
Update __init__.py
This commit is contained in:
@@ -5,7 +5,7 @@ import itertools
|
||||
|
||||
|
||||
class Spinner(object):
|
||||
spinner_cycle = itertools.cycle(['-', '/', '|', '\\'])
|
||||
spinner_cycle = itertools.cycle('⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏')
|
||||
|
||||
def __init__(self, beep=False, force=False):
|
||||
self.beep = beep
|
||||
|
||||
Reference in New Issue
Block a user