diff --git a/voting/cli/voting.py b/voting/cli/voting.py index d4608ca..bf9dad4 100644 --- a/voting/cli/voting.py +++ b/voting/cli/voting.py @@ -94,5 +94,5 @@ def vote(title: str, voting = store.pop(title) if not Voting: return - voting.vote(voter, Vote[vote]) + voting.vote(voter, Vote[vote.upper()]) store.push(voting) \ No newline at end of file