Skip to content

Commit be47451

Browse files
authored
Update update-config.py
1 parent 0b78e52 commit be47451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/share/plainDE/tools/update-config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
defaultConfig = json.load(cfgReader)
1717

1818
for entry in defaultConfig:
19-
if not entry.startswith('panel')
19+
if not entry.startswith('panel'):
2020
if entry not in config:
2121
config[entry] = defaultConfig[entry]
2222
elif not isinstance(config[entry], type(defaultConfig[entry])):

0 commit comments

Comments
 (0)