From ae9a2775011fe2a6b9d9d7924798a0f7f9221045 Mon Sep 17 00:00:00 2001 From: Bueller Date: Fri, 20 Sep 2024 14:33:29 -0400 Subject: [PATCH] Update app.py pugs 2 --- vote/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote/app.py b/vote/app.py index 1d194b649b..2460dbc1dc 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 2") hostname = socket.gethostname() app = Flask(__name__)