1
0
mirror of https://github.com/huggingface/knockknock.git synced 2021-08-28 00:30:42 +03:00

Fixed typo in Microsoft Teams example (#19)

This commit is contained in:
Dylan Castillo
2019-09-17 16:31:41 +02:00
committed by Victor SANH
parent bfbbdde899
commit 2df37a6440

View File

@@ -117,7 +117,7 @@ Thanks to @noklam, you can also use Microsoft Teams to get notifications. You'll
#### Python
```python
from knockknock import telegram_sender
from knockknock import teams_sender
CHAT_ID: int = <your_messaging_room_id>
@teams_sender(token="<webhook_url_to_your_teams_channel>")