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