fix(specialChar): Fix telegram special char
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matthieu 'JP' DERASSE
2023-07-17 13:54:58 +00:00
parent 50786727bf
commit 452b7336c2
3 changed files with 44 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ func Init(alertChan chan api.Availability) {
}
// define an interval and the ticker for this interval
interval := time.Duration(2) * time.Second
interval := time.Duration(3) * time.Second
// create a new Ticker
tk := time.NewTicker(interval)