Skip to content

Commit 72323e4

Browse files
authored
Update README.md
1 parent 979f2f9 commit 72323e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Assuming the license key verification was successful, we can save the result in
5353

5454
```python
5555
# res is obtained from the code above
56-
5756
if res[0] != None:
5857
# saving license file to disk
5958
with open('licensefile.skm', 'w') as f:
@@ -69,4 +68,4 @@ with open('licensefile.skm', 'r') as f:
6968

7069
print("Feature 1: " + str(license_key.f1))
7170
print("License expires: " + str(license_key.expires))
72-
```
71+
```

0 commit comments

Comments
 (0)