Script execution

This commit is contained in:
x07maop
2016-03-01 10:30:19 +01:00
parent 99f455f5f8
commit e8ae158903

View File

@@ -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"