fds
This commit is contained in:
parent
8b03492139
commit
2cbd5019a1
2 changed files with 2 additions and 12 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue