Skip to content

Commit

Permalink
missed incoming
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Feb 11, 2024
1 parent 56d6629 commit ccc1783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchgram/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def parse_search_results(data: "dict"):
if outgoing:
result += f"{from_username}-> [{chat_username}]({deep_link}) on {date}: \n`{text}` [👀]({text_link})\n\n"
else:
result += f"[{chat_username}]({deep_link}) -> me on {date}: \n`{text}`\n\n"
result += f"[{chat_username}]({deep_link}) -> me on {date}: \n`{text}` [👀]({text_link})\n\n"
return result


Expand Down

0 comments on commit ccc1783

Please sign in to comment.