diff --git a/examples/lesson.txt b/examples/lesson.txt index 0c3da62..7bc65f2 100644 --- a/examples/lesson.txt +++ b/examples/lesson.txt @@ -7,5 +7,4 @@ 1. 코치 소동섭 2. 김혜원 3. 김민성A -4. 김민하 -5. 이홍관 \ No newline at end of file +4. 김민하 \ No newline at end of file diff --git a/excel_to_notion.py b/excel_to_notion.py index 585cbac..7095c3c 100644 --- a/excel_to_notion.py +++ b/excel_to_notion.py @@ -302,7 +302,7 @@ def duplicate_template_page(self): parent_page_id = "1a39f0ea074e80e085a5dbe8bfa5404f" # 조 편성 양식 템플릿 template_page_id = "1a79f0ea074e807b9b18c586b0890893" - excel_file_path = "팀_구성_결과.xlsx" + excel_file_path = "team_composition_result.xlsx" t1 = time.time() cloner = ExcelToNotionImporter( diff --git a/smash_tkinter.py b/smash_tkinter.py index f6d7336..b17d518 100644 --- a/smash_tkinter.py +++ b/smash_tkinter.py @@ -54,7 +54,8 @@ def __init__(self): self.ensure_yaml_file_exists() # 엑셀 파일 저장 경로 설정 - self.excel_file_path = os.path.join(self.config_dir, "팀_구성_결과.xlsx") + self.excel_file_path = os.path.join( + self.config_dir, "team_composition_result.xlsx") self.notion_page_url = None # 생성된 Notion 페이지 URL 저장 # GUI 스타일 초기화 diff --git "a/\355\214\200_\352\265\254\354\204\261_\352\262\260\352\263\274.xlsx" b/team_composition_result.xlsx similarity index 100% rename from "\355\214\200_\352\265\254\354\204\261_\352\262\260\352\263\274.xlsx" rename to team_composition_result.xlsx