From d1781ed1632359ae8f3637acd635fc7f1dc1585b Mon Sep 17 00:00:00 2001 From: "15219900+Ninjagod1251@users.noreply.github.com" <15219900+Ninjagod1251@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:46:05 -0800 Subject: [PATCH] fix: merge change --- silverback/cluster/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/silverback/cluster/client.py b/silverback/cluster/client.py index 63f550ff..8dc12ccf 100644 --- a/silverback/cluster/client.py +++ b/silverback/cluster/client.py @@ -216,6 +216,7 @@ def logs(self) -> list[BotLogEntry]: def remove(self, network: str): response = self.cluster.delete(f"/bots/{self.name}", params={"network": network}) + breakpoint() handle_error_with_response(response)