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:
2
edgy.py
2
edgy.py
@@ -139,7 +139,7 @@ def set_signal_image():
|
|||||||
print wireless.AutoConnect(True)
|
print wireless.AutoConnect(True)
|
||||||
else:
|
else:
|
||||||
print "networkID returned -1, waiting..." #This is usually only caused by hibernation
|
print "networkID returned -1, waiting..." #This is usually only caused by hibernation
|
||||||
time.sleep(10)
|
time.sleep(5)
|
||||||
config.EnableLogging()
|
config.EnableLogging()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user