added message
This commit is contained in:
parent
9d42b13dfa
commit
0c8953ed67
@ -50,4 +50,4 @@ def real_download():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
music_kraken.cli()
|
||||
music_kraken.cli(genre="test")
|
||||
|
@ -138,10 +138,10 @@ def cli(genre: str = None):
|
||||
if genre is None:
|
||||
genre = get_genre()
|
||||
print()
|
||||
print(get_random_message())
|
||||
print()
|
||||
print(f"Downloading to: \"{genre}\"")
|
||||
print()
|
||||
print(get_random_message())
|
||||
print()
|
||||
print(f"Downloading to: \"{genre}\"")
|
||||
print()
|
||||
|
||||
search = pages.Search()
|
||||
|
||||
|
@ -27,7 +27,8 @@ HAPPY_MESSAGES: List[str] = [
|
||||
"🏳️⚧️🏳️⚧️ Trans women are women, trans men are men. 🏳️⚧️🏳️⚧️",
|
||||
"🏴☠️🏴☠️ Unite under one flag, fuck borders. 🏴☠️🏴☠️",
|
||||
"Join my Matrix Space: https://matrix.to/#/#music-kraken:matrix.org",
|
||||
"Gotta love the BPJM!! >:("
|
||||
"Gotta love the BPJM!! >:(",
|
||||
"🏳️⚧️🏳️⚧️ Protect trans youth. 🏳️⚧️🏳️⚧️"
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user