fix test error

This commit is contained in:
Dmitry Belyaev 2022-06-04 17:12:21 +03:00
parent 9ad97a158c
commit e5abc3c218
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def get_start_date(date: ConfigDate) -> datetime.datetime:
return result
def main() -> str:
def main() -> None:
config = load_config()
if "logging" in config: