Rob Learsch commited on
Commit
8ca8515
·
1 Parent(s): ee86cc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 == "===": # New song delimiter
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 = []