Commit 3c625168 by Rosa Delima Mendrofa

Update main.py

parent b93842e7
......@@ -242,7 +242,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