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]