Skip to content

Commit 6683481

Browse files
committed
Name of attribute has changed for restarted rsyncer
1 parent 2ccce08 commit 6683481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/multigrid_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def rsync_result(update: RSyncerUpdate):
405405
)
406406
if restarted:
407407
restarted_url = f"{self.murfey_url}{url_path_for('session_control.router', 'register_restarted_rsyncer', session_id=self.session_id)}"
408-
capture_post(restarted_url, json={"source": str(source)})
408+
capture_post(restarted_url, json={"path": str(source)})
409409
else:
410410
url = f"{str(self._environment.url.geturl())}{url_path_for('session_control.router', 'register_rsyncer', session_id=self._environment.murfey_session)}"
411411
rsyncer_data = {

0 commit comments

Comments
 (0)