simpleTest.py : use debug level of difficulty

Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
hrj 2021-04-14 10:00:58 +05:30
parent 352424e8f5
commit 8fd294f0cf
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}"""