Skip to content

Commit

Permalink
Merge pull request #28 from DiamondLightSource/fix-writing-status
Browse files Browse the repository at this point in the history
Fix start writing URI
  • Loading branch information
GDYendell authored Aug 19, 2024
2 parents fcbd21c + 58a435c commit c213f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odin_fastcs/meta_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ class MetaWriterAdapterController(OdinAdapterController):
)
stop: AttrW = AttrW(Bool(), handler=ParamTreeHandler("api/0.1/mw/config/stop"))
writing: AttrR = AttrR(
Bool(), handler=ParamTreeHandler("api/0.1/ml/status/writing")
Bool(), handler=ParamTreeHandler("api/0.1/mw/status/writing")
)

0 comments on commit c213f25

Please sign in to comment.