Updated documentation

This commit is contained in:
Stijn Van Campenhout
2019-09-18 21:45:38 +02:00
parent 4e5d7ef4a7
commit 94913db57e
4 changed files with 17 additions and 7 deletions

View File

@@ -4,8 +4,7 @@ from yaml import dump as yml_dump
def load() -> dict:
"""Load the .rmapi config file
"""
"""Load the .rmapi config file"""
config_file_path = Path.joinpath(Path.home(), ".rmapi")
config = {}