Skip to content

Commit b9fd2c5

Browse files
committed
Will need the session ID here
1 parent 767d998 commit b9fd2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2562,7 +2562,7 @@ def feedback_callback(header: dict, message: dict) -> None:
25622562
):
25632563
try:
25642564
for hook in dcg_hooks:
2565-
hook(dcgid)
2565+
hook(dcgid, session_id=message["session_id"])
25662566
except Exception:
25672567
logger.error(
25682568
"Call to data collection group hook failed", exc_info=True

0 commit comments

Comments
 (0)