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