We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d2fdf commit 350787fCopy full SHA for 350787f
modules/models/slack_models/shared_models.py
@@ -277,6 +277,7 @@ class SlackTeamInfo(BaseSlackTeamInfo):
277
278
class SlackTeam:
279
def __init__(self, team_info: SlackTeamInfo) -> None:
280
+ logger.debug(f"Initializing the Slack Team with team_info: {team_info}")
281
self._team_info = team_info
282
283
def find_channel_by_name(self, channel_name: str) -> SlackConversationInfo:
0 commit comments