kmisc 2.1.124__tar.gz → 2.1.125__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kmisc-2.1.124 → kmisc-2.1.125}/PKG-INFO +1 -1
- {kmisc-2.1.124 → kmisc-2.1.125}/kmisc/__init__.py +1 -2
- {kmisc-2.1.124 → kmisc-2.1.125}/kmisc.egg-info/PKG-INFO +1 -1
- {kmisc-2.1.124 → kmisc-2.1.125}/LICENSE +0 -0
- {kmisc-2.1.124 → kmisc-2.1.125}/README.md +0 -0
- {kmisc-2.1.124 → kmisc-2.1.125}/kmisc.egg-info/SOURCES.txt +0 -0
- {kmisc-2.1.124 → kmisc-2.1.125}/kmisc.egg-info/dependency_links.txt +0 -0
- {kmisc-2.1.124 → kmisc-2.1.125}/kmisc.egg-info/top_level.txt +0 -0
- {kmisc-2.1.124 → kmisc-2.1.125}/pyproject.toml +0 -0
- {kmisc-2.1.124 → kmisc-2.1.125}/setup.cfg +0 -0
- {kmisc-2.1.124 → kmisc-2.1.125}/setup.py +0 -0
@@ -3488,7 +3488,6 @@ def web_capture(url,output_file,image_size='full',wait_time=3,ignore_certificate
|
|
3488
3488
|
Import('filecmp')
|
3489
3489
|
Import('shutil')
|
3490
3490
|
if capture_type in ['mov','mp4']:
|
3491
|
-
print('????load cv2')
|
3492
3491
|
Import('cv2',install_name='opencv-python')
|
3493
3492
|
|
3494
3493
|
ocr=None
|
@@ -3703,7 +3702,7 @@ def web_capture(url,output_file,image_size='full',wait_time=3,ignore_certificate
|
|
3703
3702
|
#Background running
|
3704
3703
|
if daemon:
|
3705
3704
|
t=kThread(target=_capture_, args=(live_capture,driver,output_file,wait_time,capture_method,backup,ocr,log,find_string,daemon,video_file))
|
3706
|
-
return t
|
3705
|
+
return True,t
|
3707
3706
|
else:
|
3708
3707
|
#Single process running
|
3709
3708
|
rc=_capture_(live_capture,driver,output_file,wait_time,capture_method,backup,ocr,log,find_string,daemon,video_file)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|