From 3f77fcc267bf5d956367216f66345bfcb5d3df00 Mon Sep 17 00:00:00 2001 From: tpollina Date: Fri, 13 Dec 2019 14:40:20 -0800 Subject: [PATCH] Update pump.py --- scripts/pump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pump.py b/scripts/pump.py index 89ed9aa..ff39ffe 100644 --- a/scripts/pump.py +++ b/scripts/pump.py @@ -15,7 +15,7 @@ action = str(sys.argv[3]) kit = MotorKit() -pump_stepper = kit.stepper2 +pump_stepper = kit.stepper1 pump_stepper.release()