Added basic mailing

This commit is contained in:
Riccardo
2022-07-24 20:56:14 +02:00
parent 06c085bf65
commit b7eb930bd8
7 changed files with 211 additions and 481 deletions

View File

@@ -139,7 +139,7 @@ func ReadTodayNews(basics Table, timeStart int, timeEnd int) ([]News, error) {
}
if len(response.Items) > 0 {
fmt.Println("MARSH", len(response.Items), news[0])
fmt.Println("MARSH", len(response.Items))
}
return news, err