This commit is contained in:
2025-03-03 15:06:26 +01:00
parent 9276a3f776
commit da38d219c1
2 changed files with 3 additions and 2 deletions

View File

@ -314,7 +314,7 @@ if _RESTORE:
file = "/share/docker_data/homepage/config/widgets.yaml"
with open(file, 'r') as stream:
try:
loaded = yaml.load(stream)
loaded = yaml.load(stream, Loader=yaml.FullLoader)
except yaml.YAMLError as exc:
print(exc)