Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request commaai#409 from ShaneSmiskol/release2
Browse files Browse the repository at this point in the history
 make kegman_conf write new keys from default config
  • Loading branch information
arne182 authored Jul 15, 2019
2 parents 7ffc55b + 635a6ce commit 11af699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/kegman_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def read_config():
config = default_config
for i in default_config:
if i not in config:
variables_written.append(i)
config.update({i: default_config[i]})

# force update
Expand Down

0 comments on commit 11af699

Please sign in to comment.