From e3c2f5495b6f90bf1ce944c09641efbc357c8e6f Mon Sep 17 00:00:00 2001 From: S Rasswanth <43314053+rasswanth-s@users.noreply.github.com> Date: Mon, 27 May 2024 16:36:07 +0530 Subject: [PATCH] Revert "rename new_project.send() to new_project.start()" --- notebooks/api/0.8/01-submit-code.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/api/0.8/01-submit-code.ipynb b/notebooks/api/0.8/01-submit-code.ipynb index 8448680171b..761d1a96e7a 100644 --- a/notebooks/api/0.8/01-submit-code.ipynb +++ b/notebooks/api/0.8/01-submit-code.ipynb @@ -482,7 +482,7 @@ "outputs": [], "source": [ "# Once we start the project, it will submit the project along with the code request to the Domain Server\n", - "project = new_project.start()\n", + "project = new_project.send()\n", "project" ] },