1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

ensure 'check' and 'message' are initialized in cli/wicd-cli.py, thanks to David Cantrell

This commit is contained in:
David Paleino
2011-10-04 22:45:25 +02:00
parent cce54f43a4
commit 7287cc5fff

View File

@@ -196,6 +196,9 @@ if options.connect:
check = lambda: wired.CheckIfWiredConnecting()
message = lambda: wired.CheckWiredConnectingMessage()
else:
check = lambda: False
message = lambda: False
# update user on what the daemon is doing
last = None