mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-20 01:50:21 -05:00
simpleTest.py : use debug level of difficulty
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
@@ -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"
|
||||
}"""
|
||||
|
||||
Reference in New Issue
Block a user