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 5444654 commit 65b25daCopy full SHA for 65b25da
README.md
@@ -66,7 +66,7 @@ When loading it back, we can use the code below:
66
```python
67
# read license file from file
68
with open('licensefile.skm', 'r') as f:
69
- license_key = LicenseKey.load_from_string(pubKey, f.read(), 30)
+ license_key = LicenseKey.load_from_string(pubKey, f.read())
70
71
if license_key != None not Helpers.IsOnRightMachine(license_key):
72
print("NOTE: This license file does not belong to this machine.")
0 commit comments