Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Invincibear committed Jan 23, 2024
1 parent 525e7f0 commit 62e9c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notification/Verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def verify(self, request: requests, secret_key: Secret):

timestamp, signature = PaddleSignature.parse(signature_header)
if self.maximum_variance > 0 and time() > int(timestamp + self.maximum_variance):
log.critical(f"Too much time has elapse between the request and this process")
log.critical(f"Too much time has elapsed between the request and this process")
return False

raw_body = request.body.decode('utf-8')
Expand Down

0 comments on commit 62e9c7a

Please sign in to comment.