Skip to content

Commit 350787f

Browse files
committed
More logging
1 parent 59d2fdf commit 350787f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/models/slack_models/shared_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ class SlackTeamInfo(BaseSlackTeamInfo):
277277

278278
class SlackTeam:
279279
def __init__(self, team_info: SlackTeamInfo) -> None:
280+
logger.debug(f"Initializing the Slack Team with team_info: {team_info}")
280281
self._team_info = team_info
281282

282283
def find_channel_by_name(self, channel_name: str) -> SlackConversationInfo:

0 commit comments

Comments
 (0)