forked from rDrama/rDrama
1
0
Fork 0

delay orgy start by 10 seconds

master
Aevann 2023-10-02 07:25:27 +03:00
parent edd07137f7
commit 1faeb2d445
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 t = self.created_utc + 10
if int(time.time()) - t > 3000: if int(time.time()) - t > 3000:
t += 303 t += 303
return t return t