We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a150e73 commit 4cc8299Copy full SHA for 4cc8299
1 file changed
lyricsgenius/genius.py
@@ -761,7 +761,7 @@ def tag(
761
response: dict[str, str] | None = self._make_request(
762
path, params_=params, web=True
763
)
764
- if response is None or (html := response.get("text")) is None:
+ if response is None or (html := response.get("html")) is None:
765
if self.verbose:
766
print(
767
"Couldn't find the lyrics section. "
0 commit comments