Skip to content

Commit

Permalink
event: add transport field
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Oct 17, 2024
1 parent 6dc51fd commit 05677c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sfy-processing/sfy/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Event:
body: Any = None
payload: Any = None
payload_length: Any = None
transport: Any = None

@property
def longitude(self):
Expand Down

0 comments on commit 05677c6

Please sign in to comment.