Skip to content

Commit

Permalink
Update update-config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thm-unix authored Feb 14, 2024
1 parent 0b78e52 commit be47451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/plainDE/tools/update-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
defaultConfig = json.load(cfgReader)

for entry in defaultConfig:
if not entry.startswith('panel')
if not entry.startswith('panel'):
if entry not in config:
config[entry] = defaultConfig[entry]
elif not isinstance(config[entry], type(defaultConfig[entry])):
Expand Down

0 comments on commit be47451

Please sign in to comment.