From 566aa1492b7efe0f2f09d60af2a23362c61a3386 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 3 Jul 2019 15:05:01 +0200 Subject: [PATCH] Script execution --- script/local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index b777ceb..273f307 100644 --- a/script/local.py +++ b/script/local.py @@ -53,8 +53,8 @@ def lup(): transm.write(1e-8) gamma.moveAsync(0.0) delta.moveAsync(0.0) - delta.waitReady(60.0) - gamma.waitReady(60.0) + delta.waitReady(60000) + gamma.waitReady(60000)