diff --git a/omv_backup_v3.py b/omv_backup_v3.py index 6c039bd..b2c0d9b 100644 --- a/omv_backup_v3.py +++ b/omv_backup_v3.py @@ -321,7 +321,7 @@ if _RESTORE: # Modify the fields from the dict #loaded['logo']['icon'] = "/images/morefine2.png" print(json.dumps(loaded, indent=2)) - loaded[0]['logo']['icon'] = "/images/qnap_nas.png" + loaded[2]['logo']['icon'] = "/images/qnap_nas.png" # Save it again with open(file, 'w') as stream: