Skip to content

Commit

Permalink
Update teams.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas authored Aug 28, 2023
1 parent f311891 commit c1f1038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookingSystem/teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_deviation_card(new_deviations: list) -> pymsteams.connectorcard:


def send_card_to_hooks(card: pymsteams.connectorcard, webhooks: list[str]) -> None:
"""Send a card to a webhook."""
"""Send a card to all webhooks."""
for webhook in webhooks:
card.newhookurl(webhook)
Process(target=card.send).start()
Expand Down

0 comments on commit c1f1038

Please sign in to comment.