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