From 59b1674b6489ff93d77e6cb615858730cb895838 Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Fri, 5 Jun 2020 21:06:51 +0300 Subject: [PATCH] Update AlbionFisher.py --- AlbionFisher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlbionFisher.py b/AlbionFisher.py index c22c01d..9b7efb5 100644 --- a/AlbionFisher.py +++ b/AlbionFisher.py @@ -65,7 +65,7 @@ while True: 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) if ggmme != None: x = ggmme[0]