fdsfds
This commit is contained in:
parent
5455047c77
commit
56c0fe2f9e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class Submission(Base):
|
|||
|
||||
def total_poll_voted(self, v):
|
||||
if v:
|
||||
for option in self.options + self.bet_options:
|
||||
for option in self.options:
|
||||
if option.poll_voted(v): return True
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue