remove bad idea that caused ppl to be desyned with eachother

pull/215/head
Aevann 2023-10-07 14:02:30 +03:00
parent 3d5734a8e7
commit 4fb1cd73a9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Orgy(Base):
@property
@lazy
def real_created_utc(self):
t = self.created_utc + 10
t = self.created_utc
if int(time.time()) - t > 3000:
t += 303
return t