From 253853ef8ef932660dfd485ed13c5ae4ba9906ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BC=9F=E9=9F=AC?= Date: Sat, 12 Oct 2024 16:28:37 +0800 Subject: [PATCH] add --- metagpt/roles/di/engineer2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/roles/di/engineer2.py b/metagpt/roles/di/engineer2.py index d218dd666..6f3dcd149 100644 --- a/metagpt/roles/di/engineer2.py +++ b/metagpt/roles/di/engineer2.py @@ -101,7 +101,7 @@ class Engineer2(RoleZero): "CodeReview.review": cr.review, "CodeReview.fix": cr.fix, "Terminal.run_command": self.terminal.run_command, - "Deployer.deploy_to_public": self.deployer.deploy_to_public, + "Deployer.deploy_to_public": self.deploy_to_public, } )