From b44e0e1b9bdef5f96a7946b7cd79f598f4c091db Mon Sep 17 00:00:00 2001 From: Ethan Date: Fri, 14 Oct 2016 15:16:28 -0400 Subject: [PATCH] Fixed Route Typo (#8) --- disco/api/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/api/client.py b/disco/api/client.py index ac83dea..3945e76 100644 --- a/disco/api/client.py +++ b/disco/api/client.py @@ -236,7 +236,7 @@ class APIClient(LoggingClass): return Webhook.create(self.client, r.json()) def webhooks_token_delete(self, webhook, token): - self.http(Routes.WEBHOOKS_TOKEN_DLEETE, dict(webhook=webhook, token=token)) + self.http(Routes.WEBHOOKS_TOKEN_DELETE, dict(webhook=webhook, token=token)) def webhooks_token_execute(self, webhook, token, data, wait=False): obj = self.http(