mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-07 01:15:18 +00:00
fix auto pick
This commit is contained in:
parent
ae41df4ff1
commit
3675d2529e
@ -42,8 +42,8 @@ class AutoPickTask(TriggerTask, BaseWWTask, FindFeature):
|
|||||||
threshold=0.8)
|
threshold=0.8)
|
||||||
|
|
||||||
if dialog_3_dots:
|
if dialog_3_dots:
|
||||||
if self.config.get('Pick Up Black List'):
|
if self.config.get('Pick Up White List'):
|
||||||
texts = self.ocr(box=text_area, match=self.config.get('Pick Up Black List'), log=True,
|
texts = self.ocr(box=text_area, match=self.config.get('Pick Up White List'), log=True,
|
||||||
target_height=540)
|
target_height=540)
|
||||||
if texts:
|
if texts:
|
||||||
logger.info(f'found Pick Up White List {texts}')
|
logger.info(f'found Pick Up White List {texts}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user