From a250edce6039dcd10004b9e6e49583e4c72f3653 Mon Sep 17 00:00:00 2001 From: JunhyeonOh Date: Mon, 9 Oct 2023 11:02:24 +0900 Subject: [PATCH] Update notion_working_database.py --- Sources/notion_working_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/notion_working_database.py b/Sources/notion_working_database.py index f1a9540..de354c3 100644 --- a/Sources/notion_working_database.py +++ b/Sources/notion_working_database.py @@ -94,7 +94,7 @@ def main(): '담당자 이름': person, '카드 링크': url, 'Start Date': start_date, - 'End Date': end_date, + 'End Date': end_date }) except Exception as e: continue