From ccc1783d946d727b09729eb0a2e77cdbfd20e93a Mon Sep 17 00:00:00 2001 From: Benny Date: Sun, 11 Feb 2024 15:11:50 +0100 Subject: [PATCH] missed incoming --- searchgram/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchgram/bot.py b/searchgram/bot.py index d764c47..1d1b7f0 100644 --- a/searchgram/bot.py +++ b/searchgram/bot.py @@ -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