Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-nakagawa authored Jun 1, 2023
1 parent f842d37 commit b4191f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def load_messages(self, channel_id: str, start_time: datetime,
# Get speaker name
speaker_name = self.get_user_name(message["user"]) or "somebody"

# Get message body fro result dict.
# Get message body from result dict.
body_text = message["text"].replace("\n", "\\n")

# Replace User IDs in a chat message text with user names.
Expand Down

0 comments on commit b4191f5

Please sign in to comment.