From c5219a75ecd234eff5238085cf8e4c66f6f76404 Mon Sep 17 00:00:00 2001 From: imdano <> Date: Mon, 9 Jul 2007 09:21:42 +0000 Subject: [PATCH] Removed sleep time in autoreconnect in stable (it would sometimes make it impossible to open the GUI), removed sleep time and altered autoreconnect behavior in experimental. --- edgy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edgy.py b/edgy.py index 5863d4e..b364f6b 100755 --- a/edgy.py +++ b/edgy.py @@ -138,8 +138,8 @@ def set_signal_image(): print "Couldn't reconnect to last used network, scanning for an autoconnect network..." print wireless.AutoConnect(True) else: - print "networkID returned -1, waiting..." #This is usually only caused by hibernation - time.sleep(5) + print "Couldn't reconnect to last used network, scanning for an autoconnect network..." + print wireless.AutoConnect(True) config.EnableLogging() return True