add new line

This commit is contained in:
zhiqiang feng
2020-12-28 17:01:14 +08:00
parent ad2cccc3f9
commit 28ac23e47b
+1 -1
View File
@@ -31,7 +31,7 @@ func check() bool {
if len(telegram) > 0 {
// Log.Info("telegram ", zap.String("text", telegram))
telegram = removeEmpty(telegram) + "\n"
telegram = removeEmpty(telegram) + "\n\n"
RawLog.Write([]byte(telegram))
buffer = nil
InsertTelegram(telegram)