Fix follow-up question

This commit is contained in:
Klaus-Uwe Mitterer 2017-02-26 19:52:55 +01:00
parent fab23dea88
commit ece96ca690

View file

@ -26,7 +26,7 @@ def queryLyrics(ref = 0):
row = addLyrics(out, ref)
ans = ""
ans = "."
while ans.lower() not in ("y", "n", ""):
ans = input("Add follow-up lyrics? [Y/n] ")