Skip to content

Commit

Permalink
Fix time value read as property not function.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsr committed Feb 12, 2025
1 parent 932ccb1 commit 73e0355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimingDevices/UltraTimingDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def on_td_read(self, message: UltraChipReadMessage) -> bool:
chip = chipRead.ChipCode
tag = f'{chip}'

crossingTime = chipRead.Time()
crossingTime = chipRead.Time
if self.computerTimeDiff:
crossingTime += self.computerTimeDiff

Expand Down

0 comments on commit 73e0355

Please sign in to comment.