diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/vote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vote.py b/modules/vote.py index 9c39b51f..30043fe0 100644 --- a/modules/vote.py +++ b/modules/vote.py @@ -53,7 +53,7 @@ class Module(ModuleManager.BaseModule): cast_type = VoteCastResult.Cast - for option, nicks in vote["options"].values(): + for option, nicks in vote["options"].items(): if user.name in nicks: if option == chosen_option: return VoteCastResult.Unchanged |
