Spaces:
Sleeping
Sleeping
Rob Learsch commited on
Commit ·
8ca8515
1
Parent(s): ee86cc5
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def songs_from_text(lines):
|
|
| 54 |
for line in lines:
|
| 55 |
line = line.strip()
|
| 56 |
|
| 57 |
-
if line ==
|
| 58 |
if current_stanza:
|
| 59 |
current_song.append(current_stanza)
|
| 60 |
current_stanza = []
|
|
|
|
| 54 |
for line in lines:
|
| 55 |
line = line.strip()
|
| 56 |
|
| 57 |
+
if line == "==================================================": # New song delimiter
|
| 58 |
if current_stanza:
|
| 59 |
current_song.append(current_stanza)
|
| 60 |
current_stanza = []
|