mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
WIP: Docs tidyups+add howto on logging and authentication
(Authentication is WIP)
This commit is contained in:
@@ -10,7 +10,7 @@ from ruamel.yaml import YAML, CommentedMap, add_representer
|
||||
|
||||
from loguru import logger
|
||||
|
||||
from copy import deepcopy
|
||||
from copy import deepcopy, copy
|
||||
from .module import BaseModule
|
||||
|
||||
from typing import Any, List, Type, Tuple
|
||||
@@ -154,7 +154,7 @@ def read_yaml(yaml_filename: str) -> CommentedMap:
|
||||
|
||||
if not config:
|
||||
config = EMPTY_CONFIG
|
||||
|
||||
|
||||
return config
|
||||
|
||||
# TODO: make this tidier/find a way to notify of which keys should not be stored
|
||||
|
||||
Reference in New Issue
Block a user