Skip to content

Commit 6bb2266

Browse files
committed
Vader vs Yoda
1 parent 7899465 commit 6bb2266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vote/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import json
77

88
option_a = os.getenv('OPTION_A', "Vader")
9-
option_b = os.getenv('OPTION_B', "Kylo")
9+
option_b = os.getenv('OPTION_B', "Yoda")
1010
hostname = socket.gethostname()
1111

1212
app = Flask(__name__)

0 commit comments

Comments
 (0)