Fix follow-up question
This commit is contained in:
parent
fab23dea88
commit
ece96ca690
1 changed files with 1 additions and 1 deletions
|
@ -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] ")
|
||||
|
|
Loading…
Reference in a new issue