delay orgy start by 10 seconds

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