Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Commit acedeea

Browse files
Merge pull request #20 from codefresh-io/startrek
pull request to the new version
2 parents 99c693c + f5c7ef1 commit acedeea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vote/app.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
import random
66
import json
77

8-
option_a = os.getenv('OPTION_A', "Golden State Warriors")
9-
option_b = os.getenv('OPTION_B', "Cavs")
8+
option_a = os.getenv('OPTION_A', "Star Trek")
9+
option_b = os.getenv('OPTION_B', "Star Wars")
10+
1011
hostname = socket.gethostname()
1112

1213
app = Flask(__name__)

0 commit comments

Comments
 (0)