1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 05:48:03 +01:00

shortened sleep time when returning from hibernation

This commit is contained in:
imdano
2007-07-08 08:34:42 +00:00
parent e05a3ff264
commit 200f5a7db8

View File

@@ -139,7 +139,7 @@ def set_signal_image():
print wireless.AutoConnect(True)
else:
print "networkID returned -1, waiting..." #This is usually only caused by hibernation
time.sleep(10)
time.sleep(5)
config.EnableLogging()
return True