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:
committed by
Victor SANH
parent
bfbbdde899
commit
2df37a6440
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user