remotes/1693045480750635534/spooky-22
Aevann1 2021-09-19 20:46:03 +02:00
parent 2cf75fd006
commit ee1f2e1e25
1 changed files with 1 additions and 1 deletions

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"