From 8dd408bc029c17cbdc747c6cab12b0a593bfeea5 Mon Sep 17 00:00:00 2001 From: Mikko Drocan Date: Sat, 9 Sep 2023 15:46:44 +0300 Subject: [PATCH] minor formatting change --- fronius.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fronius.py b/fronius.py index d9ca125..50f9a6c 100644 --- a/fronius.py +++ b/fronius.py @@ -31,7 +31,9 @@ def check_values(): year = numerize.numerize(jsondata["Body"]["Data"]["Site"]["E_Year"], 2) print("Year:", year, "Wh") - total_produce = numerize.numerize(jsondata["Body"]["Data"]["Site"]["E_Total"], 2) # noqa: E501 + total_produce = numerize.numerize( + jsondata["Body"]["Data"]["Site"]["E_Total"], 2 + ) # noqa: E501 print("Total:", total_produce, "Wh") except HTTPError as http_err: