Skip to content

Commit

Permalink
include simname in response body of IPS_START event
Browse files Browse the repository at this point in the history
Signed-off-by: Lance-Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Aug 23, 2024
1 parent d4a9d99 commit 8e366f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipsportal/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def event() -> Tuple[Response, int]:
successes += 1
output['message'] = "New run created and " + output['message']
output['runid'] = runid
output['simname'] = e['simname']
continue

update: Dict[str, Any] = {"$push": {"events": e}}
Expand Down

0 comments on commit 8e366f4

Please sign in to comment.