1 parent 5e74d82 commit d582eb4Copy full SHA for d582eb4
1 file changed
src/murfey/workflows/spa/smartem_atlas.py
@@ -31,7 +31,7 @@
31
32
def smartem_atlas(message: dict, murfey_db: SQLModelSession):
33
session_id = message.get("session_id")
34
- atlas_registration_data = AtlasRegistration(message["atlas_registration_data"])
+ atlas_registration_data = AtlasRegistration(**message["atlas_registration_data"])
35
if SMARTEM_ACTIVE and atlas_registration_data.acquisition_uuid is not None:
36
session = murfey_db.exec(
37
select(MurfeySession).where(MurfeySession.id == session_id)
0 commit comments