We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8c57b commit b435deeCopy full SHA for b435dee
1 file changed
vote/app.py
@@ -5,8 +5,8 @@
5
import random
6
import json
7
8
-option_a = os.getenv('OPTION_A', "Cats")
9
-option_b = os.getenv('OPTION_B', "Dogs")
+option_a = os.getenv('OPTION_A', "Vinovest")
+option_b = os.getenv('OPTION_B', "Old investments")
10
hostname = socket.gethostname()
11
12
app = Flask(__name__)
0 commit comments