diff --git a/gameio.py b/gameio.py index e80b32c..32d70b3 100644 --- a/gameio.py +++ b/gameio.py @@ -45,7 +45,7 @@ class AbstractGameIO(ABC): class WindowsGameIO(AbstractGameIO): def __init__(self): - super().__init__(self) + super().__init__() self.d = d3dshot.create() def fetch_sshot(self):