From 5e18f49f85e52e7e2152e7cae04cc48b843b5565 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 26 Feb 2017 19:52:55 +0100 Subject: [PATCH] Fix follow-up question --- lyricsmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyricsmanager.py b/lyricsmanager.py index 0fb8755..3b0d464 100755 --- a/lyricsmanager.py +++ b/lyricsmanager.py @@ -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] ")