Skip to content

Commit

Permalink
fix showing install assistant on existing openWB (openWB#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel authored Aug 28, 2024
1 parent 8a5a467 commit 5e58595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/helpermodules/update_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,7 @@ def upgrade(topic: str, payload) -> None:

def upgrade_datastore_49(self) -> None:
Pub().pub("openWB/system/installAssistantDone", True)
self.all_received_topics.update({"openWB/system/installAssistantDone": "true"})
Pub().pub("openWB/system/datastore_version", 50)

def upgrade_datastore_50(self) -> None:
Expand Down

0 comments on commit 5e58595

Please sign in to comment.