Skip to content

Commit b39cdfe

Browse files
authored
Fix the license server documentation
1 parent 892d7de commit b39cdfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ else:
206206
To forward requests to a local license server or a different API, you can set it using the `server_address` in HelperMethods, i.e.,
207207

208208
```python
209-
HelperMethods.server_address = "http://localhost:8080/";
209+
HelperMethods.server_address = "http://localhost:8080/api/";
210210
```
211-
It is important to include one */* in the end of the address, as shown above.
211+
It is important to include one */* in the end of the address as well as to attach the "api" suffix.
212212

213213
### Other settings
214214

@@ -229,4 +229,4 @@ SSL verification can temporarily be disabled by adding the line below before any
229229
HelperMethods.verify_SSL = False
230230
```
231231

232-
The Cryptolens Python SDK will verify that the license information has not changed since it left the server using your RSA Public Key. However, we recommend to keep this value unchanged.
232+
The Cryptolens Python SDK will verify that the license information has not changed since it left the server using your RSA Public Key. However, we recommend to keep this value unchanged.

0 commit comments

Comments
 (0)