diff options
-rw-r--r-- | src/argaze/GazeFeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeFeatures.py b/src/argaze/GazeFeatures.py index 523bf2c..bd1a3da 100644 --- a/src/argaze/GazeFeatures.py +++ b/src/argaze/GazeFeatures.py @@ -847,8 +847,8 @@ class AOIScanPath(list): super().__init__() self.duration_max = duration_max - self.expected_aoi = expected_aoi + self.__duration = 0 @property |