Browse Source

Update AlbionFisher.py

master
Unbewohnte 4 years ago committed by GitHub
parent
commit
59b1674b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      AlbionFisher.py

2
AlbionFisher.py

@ -65,7 +65,7 @@ while True:
catch = True catch = True
while catch == True: while catch == True:
window = ImageGrab.grab((837,532,1078,567)) #This is where the mini-game appear window = ImageGrab.grab((837,532,1078,567)) #This is where the mini-game appear (FullHD monitor)
ggmme = pg.locate('obrezka.png',window, confidence = 0.5) ggmme = pg.locate('obrezka.png',window, confidence = 0.5)
if ggmme != None: if ggmme != None:
x = ggmme[0] x = ggmme[0]

Loading…
Cancel
Save