made clear console optional
This commit is contained in:
parent
456648bea1
commit
a021b289c0
@ -90,8 +90,9 @@ def get_genre():
|
|||||||
return 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):
|
||||||
clear_console()
|
if clear_console:
|
||||||
|
clear_console()
|
||||||
|
|
||||||
if start_at <= 2 and not only_lyrics:
|
if start_at <= 2 and not only_lyrics:
|
||||||
genre = get_genre()
|
genre = get_genre()
|
||||||
|
Loading…
Reference in New Issue
Block a user