diff --git a/script/local.py b/script/local.py index fc4c79d..8d7bae7 100644 --- a/script/local.py +++ b/script/local.py @@ -273,7 +273,7 @@ def has_beam(): def wait_beam(): print "Waiting for beam..." - while !has_beam(): + while ! has_beam(): sleep(0.1) print "Beam OK"