simpleTest.py : use debug level of difficulty
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
parent
352424e8f5
commit
8fd294f0cf
|
@ -7,7 +7,7 @@ tempDir = os.getenv('XDG_RUNTIME_DIR', '.')
|
|||
conn = http.client.HTTPConnection('localhost', 8888)
|
||||
|
||||
params = """{
|
||||
"level": "medium",
|
||||
"level": "debug",
|
||||
"media": "image/png",
|
||||
"input_type": "text"
|
||||
}"""
|
||||
|
|
Loading…
Reference in New Issue