We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7903178 commit 11cc4cfCopy full SHA for 11cc4cf
keyauth.py
@@ -522,7 +522,7 @@ def __do_request(self, post_data):
522
523
unix_timestamp = int(timestamp)
524
# Get the current time
525
- current_time = datetime.now().timestamp()
+ current_time = int(datetime.utcnow().timestamp())
526
527
# Check if the timestamp is older than 20 seconds
528
if current_time - unix_timestamp > 20:
0 commit comments