From 10102c7c05348f99244db45213ac3064c11fadc4 Mon Sep 17 00:00:00 2001 From: KarmaPol Date: Sun, 23 Jun 2024 01:26:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20get=5Frestaurant=5Frecommendation=20?= =?UTF-8?q?=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- deploy.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/main.py b/app/main.py index 950d504..be7974a 100644 --- a/app/main.py +++ b/app/main.py @@ -31,7 +31,7 @@ def get_recommendation( theme=theme, tag=tag ) - response = get_restaurant_recommendation(request, 1) + response = get_restaurant_recommendation(request) return response @app.on_event("startup") diff --git a/deploy.sh b/deploy.sh index 8b2d008..2005cf9 100755 --- a/deploy.sh +++ b/deploy.sh @@ -11,7 +11,4 @@ else fi pip freeze > requirements.txt -git add requirements.txt -git commit -m "chore: update requirements.txt" -git push sam sync --stack-name=ome-restaurant-app