capiitalization fix
This commit is contained in:
parent
58c07a7ce5
commit
f349a4abc6
@ -3,7 +3,7 @@ from user_data.strategies.config import Config
|
||||
|
||||
|
||||
def send_backtest_start_deliminator_message(action, coin, month, year):
|
||||
print("Notifier: send_backtest_start_deliminator_message: action= " + str(action))
|
||||
print("notifier: send_backtest_start_deliminator_message: action= " + str(action))
|
||||
text = "=========" + str(coin) + " " + str(month) + " " + str(year) + "=========>"
|
||||
|
||||
result = requests.post('https://api.telegram.org/bot' + Config.NOTIFIER_TELEGRAM_BOT_API_TOKEN_BACKTEST +
|
||||
|
Loading…
Reference in New Issue
Block a user