1
0
mirror of https://github.com/ManyakRus/telegram_loki.git synced 2024-12-04 21:05:12 +02:00

сделал StringDateTime

This commit is contained in:
Nikitin Aleksandr 2024-11-11 09:10:28 +03:00
parent 94c9cdd227
commit 7c47a36773
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ func Start_period1(ServiceName, DeveloperName0 string, DateFrom, DateTo time.Tim
//
URL := FindURLLoki(ServiceName, DateFrom, DateTo)
TextServiceName := "<a href='" + URL + "'>" + ServiceName + "</a>"
TextServiceName := `<a href="` + URL + `">` + ServiceName + "</a>"
//отправим ошибки в Telegram
for _, MassValues1 := range Result1.Values {

View File

@ -1 +1 @@
9104e9c 2024-11-08 10:04:35 +0300
94c9cdd 2024-11-08 12:58:06 +0300