From d0bef1aa2a262ae9683e4b7a6d71d9062c4324f2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 May 2021 15:34:10 -0400 Subject: [PATCH] Update voltcurrent.py --- python/voltcurrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 18c12b02..2eec3510 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -71,7 +71,7 @@ if __name__ == "__main__": i2c_one.bus_voltage_range = BusVoltageRange.RANGE_16V oneZero = 1 except: -# print("Python Error 3", file=sys.stderr, flush=True) + print("Python Error 3", file=sys.stderr, flush=True) try: ina219_two = INA219(i2c_one, addresses[1]) except: