Initial commit

This commit is contained in:
Anry Das
2025-11-01 10:25:56 +02:00
parent 2f970d8799
commit b2e2f54d09
3 changed files with 17 additions and 9 deletions

View File

@@ -61,7 +61,6 @@ def read_yaml(name, secrets_file='secrets.yaml'):
conf = {}
with open(name, 'r', encoding='utf-8') as f:
y_conf = yaml.safe_load(f)
print(f'{[y_conf]}')
if y_conf:
for key, value in y_conf.items():
conf[key] = value