Skip to content

Commit 4cc8299

Browse files
authored
UPDATE fix-tags
1 parent a150e73 commit 4cc8299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lyricsgenius/genius.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def tag(
761761
response: dict[str, str] | None = self._make_request(
762762
path, params_=params, web=True
763763
)
764-
if response is None or (html := response.get("text")) is None:
764+
if response is None or (html := response.get("html")) is None:
765765
if self.verbose:
766766
print(
767767
"Couldn't find the lyrics section. "

0 commit comments

Comments
 (0)