fsdfsf
This commit is contained in:
parent
8228ea283d
commit
43a850fbfd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class ModAction(Base):
|
|||
@lazy
|
||||
def age_string(self):
|
||||
|
||||
age = self.age
|
||||
age = int(time.time()) - self.created_utc
|
||||
|
||||
if age < 60:
|
||||
return "just now"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue