Skip to content

Commit

Permalink
fix: merge change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjagod1251 committed Jan 17, 2025
1 parent b0419fc commit d1781ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions silverback/cluster/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit d1781ed

Please sign in to comment.