This commit is contained in:
SeungJu Lim 2024-06-30 04:49:22 +09:00
parent 13ed222382
commit 9b15a1a758
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class Main:
# 현재 주차 이름 탐색 중
try:
week_name = self.driver.find_element(By.CSS_SELECTOR, "div.lect_Man > div > span.ft_b").text
result += '[{}]\n'.format(week_name)
result += '[{}]\n\n'.format(week_name)
except NoSuchElementException:
print("올바르지 않은 페이지입니다.")
self.label.config(text="올바르지 않은 페이지입니다.")