This commit is contained in:
John Lines 2019-07-28 22:16:02 +01:00
parent 8a6e6f767f
commit 530976cf74

View File

@ -222,7 +222,7 @@ class SingingTheFaithImport(SongImport):
copyright = line
continue
elif (line.startswith('Liturgical ') or line.startswith('From The ') or
line.startswith('From Common ') or line.startsith('Based on Psalm ')):
line.startswith('From Common ') or line.startswith('Based on Psalm ')):
self.add_comment(line)
continue
# If indent is 0 it may be the author, unless it was one of the cases covered above