🩹 Automatically convert the vote to upper-case
This commit is contained in:
parent
d4a1601389
commit
1a89aa519c
1 changed files with 1 additions and 1 deletions
|
@ -94,5 +94,5 @@ def vote(title: str,
|
||||||
voting = store.pop(title)
|
voting = store.pop(title)
|
||||||
if not Voting:
|
if not Voting:
|
||||||
return
|
return
|
||||||
voting.vote(voter, Vote[vote])
|
voting.vote(voter, Vote[vote.upper()])
|
||||||
store.push(voting)
|
store.push(voting)
|
Loading…
Reference in a new issue