Commit 804be444 by Yolanda Nainggolan
parents 2d3e3a1a 3c625168
...@@ -220,7 +220,7 @@ def detail(nomor): ...@@ -220,7 +220,7 @@ def detail(nomor):
all_headline.append(node.text) all_headline.append(node.text)
head = all_headline 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.replace("\n"," "))
all_text.append(node.text) 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