Commit 804be444 by Yolanda Nainggolan
No related merge requests found
......@@ -220,7 +220,7 @@ def detail(nomor):
all_headline.append(node.text)
head = all_headline
for node in tree.iter("TEXT"):
for node in tree.iter("LYRICS"):
# all_text.append(node.text.replace("\n"," "))
all_text.append(node.text)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment