Skip to content

Commit 019af2b

Browse files
committed
refactor: jsdoc
1 parent 645282b commit 019af2b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/sample.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ def licence_callback_fn(status):
1818
def main():
1919
try:
2020
# Set the product id
21-
LexFloatClient.SetHostProductId("de5c962f-75b0-417d-a72a-5b474b8cb4bb")
21+
LexFloatClient.SetHostProductId("PASTE_PRODUCT_ID")
2222
# Set the float server
2323
LexFloatClient.SetHostUrl("http://localhost:8090")
2424
# Set the license callback
2525
LexFloatClient.SetFloatingLicenseCallback(licence_callback_fn)
2626
# Request license lease
2727
LexFloatClient.RequestFloatingLicense()
28-
print("honfig",LexFloatClient.GetHostConfig().max_offline_lease_duration )
2928
print("Success! License acquired. Press enter to get the license metadata...")
3029
sys.stdin.read(1)
3130
# Request license metadata

0 commit comments

Comments
 (0)