remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 05:26:54 +02:00
parent 5b24d26d45
commit b5f6517717
1 changed files with 0 additions and 6 deletions

View File

@ -77,12 +77,6 @@ class Submission(Base):
def created_datetime(self):
return str(time.strftime("%d/%B/%Y %H:%M:%S UTC", time.gmtime(self.created_utc)))
@property
@lazy
def age(self):
return int(time.time()) - self.created_utc
@property
@lazy
def age_string(self):