mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
corrected function name
This commit is contained in:
parent
016e378fdd
commit
ca771811b7
@ -18,7 +18,7 @@ def get_values(window: WindowClient):
|
||||
continue
|
||||
|
||||
if not window.crop:
|
||||
window.crop = _get_values_from_image(img)
|
||||
window.crop = _get_qr_location(img)
|
||||
if not window.crop:
|
||||
logging.debug("FishyQR not found.")
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user