besser fonts
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user