Skip to content

Commit

Permalink
third time is a charm (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szer authored Jul 21, 2024
1 parent c8893f0 commit d75ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VahterBanBot/ML.fs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type MachineLearning(

let metricsStr = metricsToString metrics sw.Elapsed
logger.LogInformation metricsStr
do! telegramClient.SendTextMessageAsync(ChatId(botConf.LogsChannelId), metricsStr, parseMode = ParseMode.MarkdownV2)
do! telegramClient.SendTextMessageAsync(ChatId(botConf.LogsChannelId), metricsStr, parseMode = ParseMode.Markdown)
|> taskIgnore
}

Expand Down

0 comments on commit d75ee67

Please sign in to comment.