1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-21 07:28:24 +00:00

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

View File

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