Skip to content

Commit c975c47

Browse files
committed
Security Update - by VaultCord.com
1 parent 2d4096a commit c975c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keyauth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ def __do_request(self, post_data):
524524
# Get the current time
525525
current_time = datetime.now().timestamp()
526526

527-
# Check if the timestamp is older than 15 seconds
528-
if current_time - unix_timestamp > 15:
527+
# Check if the timestamp is older than 20 seconds
528+
if current_time - unix_timestamp > 20:
529529
print("Timestamp OLD")
530530
time.sleep(3)
531531
os._exit(1)

0 commit comments

Comments
 (0)