diff --git a/main.py b/main.py index bb97a64..a13fbaa 100644 --- a/main.py +++ b/main.py @@ -23,7 +23,7 @@ class AbstractGameIO(ABC): @abstractmethod def fetch_sshot(self): """Creates a screenshot, and returns it in Pillow format.""" - return pyautogui.screenshot(region=self.loc) + pass @abstractmethod def send_key(self, key: str):