Update setting.py
parent
f2e90e8c7b
commit
7872906625
|
|
@ -71,7 +71,7 @@ def load():
|
|||
util.printD("load setting file failed")
|
||||
return
|
||||
|
||||
data = {**data, **json_data}
|
||||
data = {**json_data, **data}
|
||||
|
||||
|
||||
# save setting from parameter
|
||||
|
|
|
|||
Loading…
Reference in New Issue