Fix follow-up question

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

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] ")