From 4a5108f51e4d0fb603c126c1d7fccc33b4760787 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 25 Oct 2018 07:25:41 -0400 Subject: [PATCH] Update readcurrent.py --- python/readcurrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/readcurrent.py b/python/readcurrent.py index 973d19c3..ed4028f1 100644 --- a/python/readcurrent.py +++ b/python/readcurrent.py @@ -21,7 +21,7 @@ if INA219DISABLE !=1: ina40v = ina40.voltage() ina40i = ina40.current() ina40p = ina40.power() - + except: print ina40v, ina40i, ina40p if INA219DISABLE !=1: