Skip to content

Commit

Permalink
critical : syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ullasbharadwaj committed Jan 8, 2022
1 parent 6c8656a commit a69544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btb_manager_telegram/buttons.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def bot_stats():
message += "`"

if firstTradeCoin != "" and firstTradeCoin != initialCoinID:
message += f"\n{i18n_format('bot_stats.start_coin_not_found_in_supported_list', firstTradeCoin)}"
message += f"\n{i18n_format('bot_stats.start_coin_not_found_in_supported_list', firstTradeCoin = firstTradeCoin)}"
elif initialCoinID == "":
message += f"\n{i18n_format('bot_stats.start_coin_not_found')}"

Expand Down

0 comments on commit a69544c

Please sign in to comment.