lint
This commit is contained in:
parent
17d8a3e5d6
commit
94524f7330
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ class TrendingData:
|
|||
def insert_claim_from_load(self, claim_hash, trending_score, total_amount):
|
||||
assert not self.initialised
|
||||
self.claims[claim_hash] = {"trending_score": trending_score,
|
||||
"total_amount": total_amount,
|
||||
"changed": False}
|
||||
"total_amount": total_amount,
|
||||
"changed": False}
|
||||
|
||||
|
||||
def update_claim(self, claim_hash, total_amount, time_boost=1.0):
|
||||
|
|
Loading…
Add table
Reference in a new issue