diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 6fd591f2..18c12b02 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -70,7 +70,7 @@ if __name__ == "__main__": i2c_one.shunt_adc_resolution = ADCResolution.ADCRES_12BIT_32S # 1S i2c_one.bus_voltage_range = BusVoltageRange.RANGE_16V oneZero = 1 -# except: + except: # print("Python Error 3", file=sys.stderr, flush=True) try: ina219_two = INA219(i2c_one, addresses[1])