From 528345d50faee53dcff1cbb5ce217d6af86caee4 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 18 Mar 2025 00:55:55 -0400 Subject: [PATCH] fix typo --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e63dcbe..bc6d978 100644 --- a/app.py +++ b/app.py @@ -136,7 +136,7 @@ def dining_data(): data = cache.get("dining") if data: return data - base = "https://louisville.campusdish.com/LocationsAndMenus/Belknap" + base = "https://louisville.campusdish.com/LocationsAndMenus/Belknap/" locations = dict() for location in re.findall(r':"/LocationsAndMenus/Belknap/([^",]+)', requests.get(base).text): locations[location] = dict()