From 8f2981249c01522a18847109c723188aaf716b60 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 18 Aug 2020 14:33:58 -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 67746e59..8f7f787b 100644 --- a/python/voltcurrent.py +++ b/python/voltcurrent.py @@ -48,5 +48,5 @@ if __name__ == "__main__": # print("{:6.3f}".format(bus_voltage + shunt_voltage)) print(bus_voltage, " ", current, " ") except: - print("0.0 Error") + print("0.0 Error")