Skip to content

Commit ca6dc2d

Browse files
committed
Update example
1 parent 536e551 commit ca6dc2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ pubKey = "<RSAKeyValue><Modulus>sGbvxwdlDbqFXOMlVUnAF5ew0t0WpPW7rFpI5jHQOFkht/32
2828

2929
res = Key.activate(token="WyIyNTU1IiwiRjdZZTB4RmtuTVcrQlNqcSszbmFMMHB3aWFJTlBsWW1Mbm9raVFyRyJd",\
3030
rsa_pub_key=pubKey,\
31-
product_id=3349, key="ICVLD-VVSZR-ZTICT-YKGXL", machine_code=Helpers.GetMachineCode())
31+
product_id=3349, key="ICVLD-VVSZR-ZTICT-YKGXL", \
32+
machine_code=Helpers.GetMachineCode())
3233

3334
if res[0] == None not Helpers.IsOnRightMachine(res[0]):
3435
print("An error occurred: {0}".format(res[1]))

0 commit comments

Comments
 (0)