Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Oct 16, 2023
1 parent 397c04a commit 6d3dff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helpermodules/update_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def upgrade_datastore_21(self) -> None:
config_payload = decode_payload(payload)
index = get_index(topic)
for interval_topic, interval_payload in self.all_received_topics.items():
if f"openWB/vehicle/{index}soc_module/interval_config" == interval_topic:
if f"openWB/vehicle/{index}/soc_module/interval_config" == interval_topic:
interval_config_payload = decode_payload(interval_payload)
break
general_config = GeneralVehicleConfig(
Expand Down

0 comments on commit 6d3dff1

Please sign in to comment.