mirror of
				https://gitlab.sectorq.eu/jaydee/omv_backup.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	lala
This commit is contained in:
		| @@ -314,7 +314,7 @@ if _RESTORE: | |||||||
|             file = "/share/docker_data/homepage/config/widgets.yaml" |             file = "/share/docker_data/homepage/config/widgets.yaml" | ||||||
|             with open(file, 'r') as stream: |             with open(file, 'r') as stream: | ||||||
|                 try: |                 try: | ||||||
|                     loaded = yaml.load(stream) |                     loaded = yaml.load(stream, Loader=yaml.FullLoader) | ||||||
|                 except yaml.YAMLError as exc: |                 except yaml.YAMLError as exc: | ||||||
|                     print(exc) |                     print(exc) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -4,3 +4,4 @@ getmac | |||||||
| paho-mqtt | paho-mqtt | ||||||
| autorandr | autorandr | ||||||
| wakeonlan | wakeonlan | ||||||
|  | pyyaml | ||||||
		Reference in New Issue
	
	Block a user