diff --git a/src/goof.py b/src/goof.py index f53f965..2fad3c2 100644 --- a/src/goof.py +++ b/src/goof.py @@ -2,7 +2,7 @@ from music_kraken.pages import ( EncyclopaediaMetallum ) -print(EncyclopaediaMetallum.search_by_query("Psychonaut")) +print(EncyclopaediaMetallum.search_by_query("only smile")) print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath")) print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath #r Self Loather")) print(EncyclopaediaMetallum.search_by_query("#a Ghost Bath #r Self Loather #t hide from the sun"))