proper update regarding last commit

This commit is contained in:
Miroslav Stampar
2011-03-29 22:10:08 +00:00
parent 850328df6c
commit dd01d66f13
3 changed files with 2 additions and 3 deletions

View File

@@ -232,7 +232,7 @@ class Connect:
msg += "also on the redirection got from the application\n"
while True:
choice = readInput(msg, default=None)
choice = readInput(msg, default="")
if not choice:
pass