Skip to content

Commit

Permalink
Update methods.py
Browse files Browse the repository at this point in the history
  • Loading branch information
artemlos committed Aug 15, 2024
1 parent c751e9f commit 77a3a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions licensing/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,10 @@ def HasNotExpired(license_key, allow_usage_on_expiry_date=True):
on the server side, and it is recommended to set it up instead of relying on the client side (unless
your application is running in offline mode). For more details, please review
https://help.cryptolens.io/web-interface/keys-that-dont-expire
Parameters:
@license_key The license key object.
@allow_usage_on_expiry_date If set to true, the license will be considered valid on the day it expires.
"""

import datetime
Expand Down

0 comments on commit 77a3a21

Please sign in to comment.