From 5de7527decb62d3ab02c5f18837101fe2807ad60 Mon Sep 17 00:00:00 2001 From: Ayrat Hudaygulov Date: Sun, 21 Jul 2024 14:18:43 +0100 Subject: [PATCH] third time is a charm --- src/VahterBanBot/ML.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VahterBanBot/ML.fs b/src/VahterBanBot/ML.fs index 38068b1..93ce2aa 100644 --- a/src/VahterBanBot/ML.fs +++ b/src/VahterBanBot/ML.fs @@ -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 }