Skip to content

Commit

Permalink
fix: 사이드와 메뉴 제거 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
GanziDaeyong authored Feb 26, 2024
1 parent d311a43 commit b977af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawlers/snuco_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class SnucoRestaurantCrawler(RestaurantCrawler):

def __init__(self):
super().__init__()
self.not_meal += ["셋트메뉴", "단품메뉴", "사이드메뉴", "결제", "혼잡시간", r"말렌카케이크", "1조각홀케이크", "식사"]
self.not_meal += ["셋트메뉴", "단품메뉴", "사이드메뉴", "결제", "혼잡시간", r"말렌카케이크", "1조각홀케이크", "식사", "메뉴", "사이드"]

def is_next_line_keyword(self, meal):
if not meal:
Expand Down

0 comments on commit b977af8

Please sign in to comment.