This commit is contained in:
Aevann1 2021-09-23 23:42:02 +02:00
parent 8b03492139
commit 2cbd5019a1
2 changed files with 2 additions and 12 deletions

View file

@ -169,12 +169,6 @@ class Submission(Base):
def score(self):
return self.upvotes - self.downvotes
@property
@lazy
def hotscore(self):
return 10000000*(self.upvotes - self.downvotes + 1)/(((self.age+3600)/1000)**(1.35))
@property
@lazy
def fullname(self):