added message

This commit is contained in:
Hellow2 2023-04-05 10:08:27 +02:00
parent 9d42b13dfa
commit 0c8953ed67
3 changed files with 7 additions and 6 deletions

View File

@ -50,4 +50,4 @@ def real_download():
if __name__ == "__main__":
music_kraken.cli()
music_kraken.cli(genre="test")

View File

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

View File

@ -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. 🏳️‍⚧️🏳️‍⚧️"
]