remove bad idea that caused ppl to be desyned with eachother

master
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 @property
@lazy @lazy
def real_created_utc(self): def real_created_utc(self):
t = self.created_utc + 10 t = self.created_utc
if int(time.time()) - t > 3000: if int(time.time()) - t > 3000:
t += 303 t += 303
return t return t