From 850328df6cb4ec5b97ae2c1c3e336a5283107d3a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 29 Mar 2011 22:03:48 +0000 Subject: [PATCH] minor cosmetics --- lib/request/connect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index d7b0a590b..a3150d27c 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -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