minor cosmetics

This commit is contained in:
Miroslav Stampar 2011-03-29 22:03:48 +00:00
parent b6af80bab3
commit 850328df6c

View File

@ -232,9 +232,9 @@ class Connect:
msg += "also on the redirection got from the application\n"
while True:
choice = readInput(msg, default="1")
choice = readInput(msg, default=None)
if not choice or choice == "1":
if not choice:
pass
else:
conf.url = choice