diff --git a/src/fenrirscreenreader/core/attributeManager.py b/src/fenrirscreenreader/core/attributeManager.py index 80bf36a8..9f72222d 100644 --- a/src/fenrirscreenreader/core/attributeManager.py +++ b/src/fenrirscreenreader/core/attributeManager.py @@ -29,7 +29,7 @@ class attributeManager(): def resetAttributeCursor(self): self.currAttributeCursor = None self.prefAttributeCursor = None - def resetAttributeData(self, prevAttributes, currAttributes): + def resetAttributeData(self, currAttributes): self.prevAttributes = None self.currAttributes = currAttributes def updateAttributeData(self, currAttributes):