Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbell4 authored Dec 12, 2022
1 parent bb2318b commit 3e57119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vote/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def getOptions():
option_a = "hotdogs"
option_b = "Limade"
option_b = "Lemonade"
return option_a, option_b

@app.route("/", methods=['POST','GET'])
Expand Down

0 comments on commit 3e57119

Please sign in to comment.