Skip to content

Commit

Permalink
Fix ts accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Aug 28, 2024
1 parent 9f9c6b3 commit f6a2b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pupil_labs/neon_recording/stream/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def data(self):

@property
def ts(self):
return self._data.ts
return self._data['ts']


SimpleDataSampler.sampler_class = SimpleDataSampler
Expand Down

0 comments on commit f6a2b38

Please sign in to comment.