besser fonts

This commit is contained in:
Torsten Ueberschar
2024-02-18 16:25:42 +01:00
parent 8371715072
commit 36ffa54d81
3 changed files with 12 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ class DataObject:
def parse_yaml_file(file_path):
with open(file_path, 'r') as file:
with open(file_path, 'r', encoding='utf-8') as file:
return yaml.safe_load(file)