Script execution
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user