Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
henne49 committed Feb 19, 2024
1 parent c706a6a commit 09a939b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def check_and_enrich_ahoy_data(self, meter_data):
if not "ch0_fld_names" in meter_data:
raise ValueError("Response from ahoy does not contain ch0_fld_names data")
# not needed: meter_data["record"] = self.fetch_ahoy_record_data()

# add the field "inverter" to meter_data:
# This will contain an array of the "iv" data from all inverters.
meter_data["inverter"] = []
Expand Down

0 comments on commit 09a939b

Please sign in to comment.