From 1ed21be65d3dba78f3295fcfe9dd4a6ef8866611 Mon Sep 17 00:00:00 2001 From: Ali Askari Date: Sat, 28 Dec 2024 21:03:43 +0330 Subject: [PATCH] # place correction --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fb88b08..5ea854d 100644 --- a/main.py +++ b/main.py @@ -63,7 +63,7 @@ def format_data_for_telegram(data): sell_price = f"{values['sell']} دلار" buy_price = f"{values['buy']} دلار" - formatted_lines.append(f"{flag} *{name_persian}* \n _ خرید:# {buy_price} \n فروش:# {sell_price}_") + formatted_lines.append(f"{flag} *{name_persian}* \n _ خرید#: {buy_price} \n فروش#: {sell_price}_") formatted_message = "\n\n".join(formatted_lines)