We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b10615 commit 31e831cCopy full SHA for 31e831c
1 file changed
example/example.py
@@ -3,7 +3,6 @@
3
from regula.documentreader.webclient import *
4
5
host = os.getenv("API_BASE_PATH", "https://api.regulaforensics.com")
6
-regula_license = os.getenv("TEST_LICENSE", None) # optional, used here only for smoke test purposes
7
8
# read optional local license file
9
if os.path.isfile('regula.license') and os.access('regula.license', os.R_OK):
@@ -21,7 +20,6 @@
21
20
uv_page_0 = f.read()
22
23
with DocumentReaderApi(host) as api:
24
- api.license = regula_license
25
api.api_client.default_headers = {
26
"X-CLIENT-KEY": "123",
27
"Authorization": "Bearer 123"
0 commit comments