Skip to content

Commit 77a3a21

Browse files
committed
Update methods.py
1 parent c751e9f commit 77a3a21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

licensing/methods.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,10 @@ def HasNotExpired(license_key, allow_usage_on_expiry_date=True):
14601460
on the server side, and it is recommended to set it up instead of relying on the client side (unless
14611461
your application is running in offline mode). For more details, please review
14621462
https://help.cryptolens.io/web-interface/keys-that-dont-expire
1463+
1464+
Parameters:
1465+
@license_key The license key object.
1466+
@allow_usage_on_expiry_date If set to true, the license will be considered valid on the day it expires.
14631467
"""
14641468

14651469
import datetime

0 commit comments

Comments
 (0)