We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fba952 commit 69ae82dCopy full SHA for 69ae82d
1 file changed
gonotego/uploader/slack/slack_uploader.py
@@ -168,6 +168,7 @@ def _cleanup_message_async(self, original_text: str, message_ts: str):
168
)
169
170
cleaned_text = message.content[0].text.strip()
171
+ logger.warning(f"Cleaned text: {cleaned_text}")
172
173
# Update the message in Slack
174
channel_id = self._get_channel_id()
0 commit comments