forked from rDrama/rDrama
1
0
Fork 0

remove unused property

master
Aevann 2022-12-26 04:45:22 +02:00
parent f37e1dc702
commit cc5e195228
1 changed files with 0 additions and 5 deletions

View File

@ -95,11 +95,6 @@ class Comment(Base):
if self.downvotes > 5 and 0.25 < self.upvotes / self.downvotes < 4: return True
return False
@property
@lazy
def created_datetime(self):
return time.strftime("%d/%B/%Y %H:%M:%S UTC", time.gmtime(self.created_utc))
@property
@lazy
def age_string(self):