1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-23 14:42:29 +01:00

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.

This commit is contained in:
imdano
2007-07-09 09:21:42 +00:00
parent f573bc4eae
commit c5219a75ec

View File

@@ -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