Update setting.py

pull/110/head
FungYua 2023-04-13 05:30:38 +08:00 committed by GitHub
parent f2e90e8c7b
commit 7872906625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def load():
util.printD("load setting file failed") util.printD("load setting file failed")
return return
data = {**data, **json_data} data = {**json_data, **data}
# save setting from parameter # save setting from parameter