delay increased

master
alex 2023-03-08 20:56:00 +01:00
parent a72316b106
commit e6588b36e9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func MelsungenNews() {
matrixbot.SendMessage(config.Cfg.Pages[1].RoomID, "Melsungen - Aktuelles", postTitle, postExcerpt, postUrl)
}
time.Sleep(2 * time.Second)
time.Sleep(10 * time.Second)
}
})
}