Skip to content

Commit 556c534

Browse files
fix: invalid param
1 parent 61e13ae commit 556c534

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/img_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ def __init__(self, image=None, multi_detect=True):
5959
self.HEADER = {
6060
'Content-Type': 'application/x-www-form-urlencoded',
6161
}
62-
self.IMAGE_CONFIG = {
63-
'multi_detect': multi_detect,
64-
}
62+
self.IMAGE_CONFIG = {}
6563

6664
if image is not None:
6765
imagepath = os.path.exists(image)

0 commit comments

Comments
 (0)