Merge pull request #5 from feyokorenhof/patch-1

rename 'cleare_console' to 'clear_console'
This commit is contained in:
Hellow 2022-11-23 23:55:57 +01:00 committed by GitHub
commit 52a19f1f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()