glitchassassin / lackey

Lackey - Graphical desktop automation with Python
MIT License
616 stars 76 forks source link

`compare()` throws a `NameError` #157

Closed danfoster closed 4 years ago

danfoster commented 4 years ago

When trying to use compare(), I get a the following exception:

    return exists(Pattern(image), 0)
NameError: name 'exists' is not defined

Looks like it should be calling the instance method instead?

glitchassassin commented 4 years ago

Good find, thank you!