From 7c0e6735f5aa5ec4bb717457543639edad28bd49 Mon Sep 17 00:00:00 2001 From: this-josh <59419126+this-josh@users.noreply.github.com> Date: Thu, 1 Jul 2021 08:51:46 +0100 Subject: [PATCH] Fixed a kwarg typo in readme The Teams implementation had the keyword as `token`, however, the method requires `webhook_url` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 660ce97..2a52369 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Thanks to [@noklam](https://github.com/noklam), you can also use Microsoft Teams ```python from knockknock import teams_sender -@teams_sender(token="") +@teams_sender(webhook_url="") def train_your_nicest_model(your_nicest_parameters): import time time.sleep(10)