This commit is contained in:
Aevann1 2021-09-19 20:46:03 +02:00
parent 8228ea283d
commit 43a850fbfd

View file

@ -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"