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 536e551 commit ca6dc2dCopy full SHA for ca6dc2d
README.md
@@ -28,7 +28,8 @@ pubKey = "<RSAKeyValue><Modulus>sGbvxwdlDbqFXOMlVUnAF5ew0t0WpPW7rFpI5jHQOFkht/32
28
29
res = Key.activate(token="WyIyNTU1IiwiRjdZZTB4RmtuTVcrQlNqcSszbmFMMHB3aWFJTlBsWW1Mbm9raVFyRyJd",\
30
rsa_pub_key=pubKey,\
31
- product_id=3349, key="ICVLD-VVSZR-ZTICT-YKGXL", machine_code=Helpers.GetMachineCode())
+ product_id=3349, key="ICVLD-VVSZR-ZTICT-YKGXL", \
32
+ machine_code=Helpers.GetMachineCode())
33
34
if res[0] == None not Helpers.IsOnRightMachine(res[0]):
35
print("An error occurred: {0}".format(res[1]))
0 commit comments