Skip to content

Commit

Permalink
fix: snuco baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
GoGiants1 committed Jul 29, 2024
1 parent 02178a9 commit 28faf39
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 @@ -49,7 +49,7 @@ def normalize(self, meal, **kwargs):


class SnucoRestaurantCrawler(RestaurantCrawler):
url = "https://snuco.snu.ac.kr/ko/foodmenu/"
url = "https://snuco.snu.ac.kr/foodmenu/"
normalizer_classes = [
FindPrice,
FindParenthesisHash,
Expand Down

0 comments on commit 28faf39

Please sign in to comment.