修改json项的名称

This commit is contained in:
wangsong 2022-06-22 03:07:47 +08:00
parent 9c0507adcd
commit 2fe1b3c5bb
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ class UpdateList():
downgrade_pkgs = []
try:
downgrade_raw = data['force_downgrade']
downgrade_raw = data['force_install_list']
except Exception as e:
downgrade_raw = []