Skip to content

Commit c952e15

Browse files
committed
2 parents e9aadb6 + 226dcac commit c952e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ The Cryptolens Python SDK will verify that the license information has not chang
234234
### Possible errors
235235

236236
#### The expiration date cannot be converted to a datetime object. Please try setting the period to a lower value.
237-
This error occurs when the timestamp date received from the server exceeds the limit in Python. This typically occurs when the **Period** is set to a very large value, to prevent the license from expiring.
237+
This error occurs when the timestamp for the expiration date received from the server exceeds the limit in Python. This typically occurs when the **Period** is set to a excessively large value, often to prevent the license from expiring.
238238

239-
Although Cryptolens asks for a period (default 30) when you create a new license, this does not mark the license as time-limited. You can read more about it [here](https://help.cryptolens.io/web-interface/keys-that-dont-expire). In short, a license is treated as time-limited by either enforcing this in the Python code (e.g. if F1=true, the license is time-limited and so we check the expiration date against the current date, to see that it is still valid) or on the server side. On the server side, you can, for example, set up a feature that will automatically block expired licenses. You can read more about it [here](https://help.cryptolens.io/faq/index#blocking-expired-licenses).
239+
While Cryptolens requires a period (defaulted to 30) during the creation of a new license, this does not mark the license as time-limited. You can learn more about it [here](https://help.cryptolens.io/web-interface/keys-that-dont-expire). In essence, a license is treated as time-limited by either enforcing this in the Python code (e.g. if F1=true, the license is time-limited and so we check the expiration date against the current date, to see that it is still valid) or on the server side. On the server side, you can, for example, set up a feature that will automatically block expired licenses. You can read more about it [here](https://help.cryptolens.io/faq/index#blocking-expired-licenses).
240240

241241
In sum, to solve this issue, you can either follow one of the methods described above or set the period to a smaller value.

0 commit comments

Comments
 (0)