mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
lala
This commit is contained in:
@ -329,6 +329,7 @@ if _RESTORE:
|
|||||||
print(json.dumps(loaded, indent=2))
|
print(json.dumps(loaded, indent=2))
|
||||||
i = 0
|
i = 0
|
||||||
for y in loaded:
|
for y in loaded:
|
||||||
|
print(y)
|
||||||
if "logo" in y:
|
if "logo" in y:
|
||||||
loaded[i]['logo']['icon'] = "/images/qnap_nas.png"
|
loaded[i]['logo']['icon'] = "/images/qnap_nas.png"
|
||||||
i=+1
|
i=+1
|
||||||
|
Reference in New Issue
Block a user