From c1dbb62eed9482f73c915296a8b4390b65064f84 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Tue, 24 Jan 2023 14:37:37 +0100 Subject: [PATCH] dasf --- src/goof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))