Compare commits
3 Commits
8adee3cdbe
...
3b0a49f12e
| Author | SHA1 | Date | |
|---|---|---|---|
|
3b0a49f12e
|
|||
|
a75a0c8722
|
|||
|
2dda3cc465
|
@@ -144,8 +144,6 @@ def main():
|
|||||||
with open(ROOT.joinpath("secrets.yaml")) as fyaml:
|
with open(ROOT.joinpath("secrets.yaml")) as fyaml:
|
||||||
merge(config, yaml.safe_load(fyaml))
|
merge(config, yaml.safe_load(fyaml))
|
||||||
|
|
||||||
print(config)
|
|
||||||
|
|
||||||
template_args = {
|
template_args = {
|
||||||
"config": config,
|
"config": config,
|
||||||
"root": ROOT,
|
"root": ROOT,
|
||||||
|
|||||||
Reference in New Issue
Block a user