Skip to content

Commit

Permalink
fix: delete redundant menus from 301 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
tictactoeid authored Sep 7, 2024
1 parent ad8f82f commit f0ca95a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crawlers/base_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ class RestaurantCrawler(metaclass=ABCMeta):
"준비수량", # 301동 '08:20~준비수량소진시 까지,'
"학기중", # 301동 '*학기중 일 200식 한정*'
"2중선택", # 301동 (1),(2)중 선택 1, (1), (2)중 선택 1
"하계방학", # 301동 '*하계방학 일 100식 한정*'
"2중택1", # 301동 '(1), (2) 중 택1', '(1), (2) 중 택 1'
]

def __init__(self):
Expand Down

0 comments on commit f0ca95a

Please sign in to comment.