1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-08 19:17:31 +00:00

fix test error

This commit is contained in:
2022-06-04 17:12:21 +03:00
parent 9ad97a158c
commit e5abc3c218

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: