Ensure Submission.update modifies votes column

I forgot to actually add this in properly.
This commit is contained in:
Xevion
2021-02-17 05:12:52 -06:00
parent 20566242ae
commit 5c70a78798
+3
View File
@@ -191,6 +191,9 @@ class Submission(Base):
message.guild.get_member(reaction_marker.user)
)
# Update the current list of votes
self.votes = list(current)
if len(to_remove) > 0:
if report: report += ' '
report += f'Removed: {", ".join(map(str, to_remove))}'