1
0
mirror of https://github.com/ManyakRus/telegram_loki.git synced 2024-12-03 08:55:23 +02:00

сделал EscapeString()

This commit is contained in:
Nikitin Aleksandr 2024-11-22 09:04:22 +03:00
parent 153377a3c0
commit b95eb2d4ad
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2024-11-21 08:19:21.561
2024-11-22 06:03:53.291

View File

@ -1 +1 @@
00189
00190

View File

@ -103,7 +103,7 @@ func SendMessage(Message1 types.Message) error {
//отправка
_, err = telegram_bot.SendMessageChatID(ID, Text)
if err != nil {
log.Error("SendMessage() error: ", err)
log.Warn("SendMessage() warning: ", err)
continue
//return err
}

View File

@ -1 +1 @@
8d260a0 2024-11-21 10:35:03 +0300
153377a 2024-11-21 11:19:29 +0300