made clear console optional
This commit is contained in:
parent
456648bea1
commit
a021b289c0
@ -90,7 +90,8 @@ def get_genre():
|
||||
return genre
|
||||
|
||||
|
||||
def cli(start_at: int = 0, only_lyrics: bool = False):
|
||||
def cli(start_at: int = 0, only_lyrics: bool = False, cleare_console: bool = True):
|
||||
if clear_console:
|
||||
clear_console()
|
||||
|
||||
if start_at <= 2 and not only_lyrics:
|
||||
|
Loading…
Reference in New Issue
Block a user