From 5cc72ace544d0c1e79e70fbfad8d1bf5342b02ee Mon Sep 17 00:00:00 2001 From: chrys87 Date: Mon, 28 May 2018 14:29:15 +0200 Subject: [PATCH] Update attributeManager.py --- src/fenrirscreenreader/core/attributeManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):