kmisc 2.1.124__py3-none-any.whl → 2.1.125__py3-none-any.whl

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/__init__.py CHANGED
@@ -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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kmisc
3
- Version: 2.1.124
3
+ Version: 2.1.125
4
4
  Summary: Enginering useful library
5
5
  Home-page: https://github.com/kagepark/kmisc
6
6
  Author: Kage Park
@@ -0,0 +1,6 @@
1
+ kmisc/__init__.py,sha256=clNYHP2yuY6LqEG9lobGvdMyIA3EocDSsTJUfZTIs9U,163729
2
+ kmisc-2.1.125.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
3
+ kmisc-2.1.125.dist-info/METADATA,sha256=7na-3ZkC58XtrxZtn77ONgxR39jKufWqZLdEjo0dZxs,5523
4
+ kmisc-2.1.125.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
5
+ kmisc-2.1.125.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
6
+ kmisc-2.1.125.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- kmisc/__init__.py,sha256=9KNDkVxjqk5_f1h8TRJMwItMXSZFyXBAzwK4MKR-6aM,163758
2
- kmisc-2.1.124.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
3
- kmisc-2.1.124.dist-info/METADATA,sha256=0Jeai7LsZye2IPSLxdVv8EfoU37IpRSJYJb5D4J1io8,5523
4
- kmisc-2.1.124.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
5
- kmisc-2.1.124.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
6
- kmisc-2.1.124.dist-info/RECORD,,