Skip to content

Commit

Permalink
Changed to Cats + Dogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kennedy authored and Ryan Kennedy committed Mar 23, 2016
1 parent ac6014e commit d3e56c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voting/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import signal
import sys

optionA = "Dev"
optionB = "Ops"
optionA = "Dogs"
optionB = "Cats"
name = optionA + " VS " + optionB

redis = Redis(host="redis", db=0)
Expand Down

0 comments on commit d3e56c7

Please sign in to comment.