Skip to content

Commit

Permalink
Fix vet restaurant link
Browse files Browse the repository at this point in the history
  • Loading branch information
GoGiants1 committed Feb 26, 2024
1 parent 0245aef commit ff42b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawlers/vet_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class VetRestaurantCrawler(RestaurantCrawler):
url = "http://vet.snu.ac.kr/node/152"
url = "https://vet.snu.ac.kr/금주의-식단/"
restaurant = "수의대식당"

async def run_30days(self):
Expand Down

0 comments on commit ff42b92

Please sign in to comment.