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

Commit 8b1d666

Browse files
committed
reset to cats and dogs
1 parent acedeea commit 8b1d666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vote/app.py

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

8-
option_a = os.getenv('OPTION_A', "Star Trek")
9-
option_b = os.getenv('OPTION_B', "Star Wars")
8+
option_a = os.getenv('OPTION_A', "Cats")
9+
option_b = os.getenv('OPTION_B', "Dogs")
1010

1111
hostname = socket.gethostname()
1212

0 commit comments

Comments
 (0)