Script execution

This commit is contained in:
x07maop
2016-03-01 10:31:52 +01:00
parent 22d11c7f1a
commit 172229f346

View File

@@ -273,7 +273,7 @@ def has_beam():
def wait_beam():
print "Waiting for beam..."
while ! has_beam():
while not has_beam():
print 'X'
sleep(0.1)
print "Beam OK"