From 8666142ee990a9a8d4c9ca7a7833213bf8bd5177 Mon Sep 17 00:00:00 2001 From: Bueller Date: Fri, 20 Sep 2024 14:36:08 -0400 Subject: [PATCH] Update app.py update pugs3 --- vote/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote/app.py b/vote/app.py index 1d194b649b..c477dd0021 100644 --- a/vote/app.py +++ b/vote/app.py @@ -6,7 +6,7 @@ import json option_a = os.getenv('OPTION_A', "Cats") -option_b = os.getenv('OPTION_B', "Dogs") +option_b = os.getenv('OPTION_B', "pugs 3") hostname = socket.gethostname() app = Flask(__name__)