Merge pull request #5 from feyokorenhof/patch-1
rename 'cleare_console' to 'clear_console'
This commit is contained in:
commit
52a19f1f88
@ -97,7 +97,7 @@ def get_genre():
|
||||
return genre
|
||||
|
||||
|
||||
def cli(start_at: int = 0, only_lyrics: bool = False, cleare_console: bool = True):
|
||||
def cli(start_at: int = 0, only_lyrics: bool = False, clear_console: bool = True):
|
||||
if clear_console:
|
||||
clear_console()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user