Skip to content
Snippets Groups Projects
Commit ce97df1b authored by Mariusz Trela's avatar Mariusz Trela
Browse files

Update fix in `effective_comment_vote_op` method

parent 11edd698
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!59Mt votes fixes
...@@ -87,7 +87,7 @@ class Votes: ...@@ -87,7 +87,7 @@ class Votes:
cls._votes_data[key]["vote_percent"] = vop["vote_percent"] cls._votes_data[key]["vote_percent"] = vop["vote_percent"]
cls._votes_data[key]["weight"] = vop["weight"] cls._votes_data[key]["weight"] = vop["weight"]
cls._votes_data[key]["rshares"] = vop["rshares"] cls._votes_data[key]["rshares"] = vop["rshares"]
cls._votes_data[key]["last_update"] = vop["last_update"] cls._votes_data[key]["last_update"] = date
@classmethod @classmethod
def flush(cls): def flush(cls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment