Skip to content

Commit 65b25da

Browse files
authored
Update README.md
1 parent 5444654 commit 65b25da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ When loading it back, we can use the code below:
6666
```python
6767
# read license file from file
6868
with open('licensefile.skm', 'r') as f:
69-
license_key = LicenseKey.load_from_string(pubKey, f.read(), 30)
69+
license_key = LicenseKey.load_from_string(pubKey, f.read())
7070

7171
if license_key != None not Helpers.IsOnRightMachine(license_key):
7272
print("NOTE: This license file does not belong to this machine.")

0 commit comments

Comments
 (0)