Skip to content

Commit

Permalink
# place correction
Browse files Browse the repository at this point in the history
  • Loading branch information
XigmaDev committed Dec 28, 2024
1 parent 0af03f1 commit 1ed21be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1ed21be

Please sign in to comment.