From 95e6df5ad58ae59f1741f79ca2e3088c267fb404 Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 6 Jun 2020 08:31:44 +0300 Subject: [PATCH] Update AlbionFisher.py --- AlbionFisher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AlbionFisher.py b/AlbionFisher.py index b7c7dda..6599f4c 100644 --- a/AlbionFisher.py +++ b/AlbionFisher.py @@ -56,7 +56,7 @@ while True: while arrayEND == True: time.sleep(0.3) catch = False - window = ImageGrab.grab((837,532,1078,567)) + window = ImageGrab.grab((837,532,1078,567)) #This is where the minigame will appear (FullHD) locate = pg.locate('obrezka.png',window, confidence = 0.5) if locate == None: @@ -67,7 +67,7 @@ while True: catch = True while catch == True: - window = ImageGrab.grab((837,532,1078,567)) #This is where the mini-game appear (FullHD monitor) + window = ImageGrab.grab((837,532,1078,567)) ggmme = pg.locate('obrezka.png',window, confidence = 0.5) if ggmme != None: x = ggmme[0]