2 Comments

What is the potential bug in the Python snippet?

Expand full comment
author

The docstring of the `get_team_and_user_ids` function indicates that it returns a list of (team_id, user_id) tuples, but the `ban` method seems to be for users, not teams.

Expand full comment