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

test type error

This commit is contained in:
Dmitry Belyaev 2022-06-04 17:09:09 +03:00
parent 47ac72c1fe
commit 9ad97a158c
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

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