1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-11 11:15:48 +01:00

some minor adjustments and bug fixes

This commit is contained in:
imdano
2007-07-07 20:31:45 +00:00
parent 6bece259a3
commit e05a3ff264
2 changed files with 4 additions and 1 deletions

2
edgy.py Normal file → Executable file
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(30)
time.sleep(10)
config.EnableLogging()
return True