This commit is contained in:
2025-03-03 15:09:22 +01:00
parent f45d719e17
commit f304b908be

View File

@ -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: