Skip to content

Commit 150561a

Browse files
authored
Add missing var to dataclass (#1534)
1 parent 58a0597 commit 150561a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

photon-lib/py/photonlibpy/targeting/photonPipelineResult.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class PhotonPipelineMetadata:
1515
# Mirror of the heartbeat entry -- monotonically increasing
1616
sequenceID: int = -1
1717

18+
timeSinceLastPong: int = -1
19+
1820
photonStruct: "PhotonPipelineMetadataSerde" = None
1921

2022

0 commit comments

Comments
 (0)