From 167924c067667bef4673e28b1d1a0610c7051bed Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 29 May 2021 14:48:37 -0400 Subject: [PATCH] indent typo --- python/voltcurrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/voltcurrent.py b/python/voltcurrent.py index 79ac4294..3be10e1f 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -34,7 +34,7 @@ if __name__ == "__main__": try: i2c_bus = I2C(x) # Device is /dev/i2c-x for y in addresses: - print(x,y) + print(x,y) try: # Create library object using Extended Bus I2C port print("bus: ", x, " addr: ", y)