Skip to content

Commit 9589a4a

Browse files
committed
Need to load the entry point
1 parent f953929 commit 9589a4a

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
@@ -2271,7 +2271,7 @@ def feedback_callback(header: dict, message: dict) -> None:
22712271
):
22722272
try:
22732273
for hook in dcg_hooks:
2274-
hook(dcgid, session_id=message["session_id"])
2274+
hook.load()(dcgid, session_id=message["session_id"])
22752275
except Exception:
22762276
logger.error(
22772277
"Call to data collection group hook failed", exc_info=True

0 commit comments

Comments
 (0)