added url

master
Alex 2022-02-25 18:41:10 +01:00
parent b8ebeddfac
commit 7c6e53eb57
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ func School() {
log.Println("header", latest_page_title, "text", text, "url", url)
matrixbot.SendMessage(latest_page_title, text, url)
matrixbot.SendMessage(latest_page_title, text, "https://www.radko-stoeckl-schule.de"+url)
}
}