mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-24 10:12:20 -05:00
pyMML: Fix find_all() naming.
This commit is contained in:
parent
4f861ffb5d
commit
e6ee7f378c
@ -14,7 +14,7 @@ if __name__ == '__main__':
|
|||||||
ret = c.find((0, 0, 100, 100), 0)
|
ret = c.find((0, 0, 100, 100), 0)
|
||||||
print ret
|
print ret
|
||||||
|
|
||||||
ret = c.findAll((0, 0, 100, 100), 0, tol=100)
|
ret = c.find_all((0, 0, 100, 100), 0, tol=100)
|
||||||
print ret
|
print ret
|
||||||
|
|
||||||
m = Mouse(DLL, client)
|
m = Mouse(DLL, client)
|
||||||
|
Loading…
Reference in New Issue
Block a user