Skip to content

Commit 0b17554

Browse files
committed
Reset to Cats
1 parent 77ad424 commit 0b17554

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
@@ -5,7 +5,7 @@
55
import random
66
import json
77

8-
option_a = os.getenv('OPTION_A', "Hares")
8+
option_a = os.getenv('OPTION_A', "Cats")
99
option_b = os.getenv('OPTION_B', "Dogs")
1010
hostname = socket.gethostname()
1111

0 commit comments

Comments
 (0)