Skip to content

Commit baa20cc

Browse files
authored
PRD ver. 2025.08.03. (#115)
* fix: 수의대식당 url 수정 (#114)
1 parent 64db8fe commit baa20cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crawlers/vet_crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class VetRestaurantCrawler(RestaurantCrawler):
7-
url = "https://vet.snu.ac.kr/금주의-식단/"
7+
url = "https://vet.snu.ac.kr/cafe_menu/"
88
restaurant = "수의대식당"
99

1010
async def run_7days(self):

0 commit comments

Comments
 (0)