update log message
parent
f6cf1bb782
commit
69bb4a9c33
|
@ -17,7 +17,7 @@ func (bot *BotAPI) UpdatesChan(config UpdateConfig) (chan Update, error) {
|
||||||
panic(err)
|
panic(err)
|
||||||
} else {
|
} else {
|
||||||
log.Println(err)
|
log.Println(err)
|
||||||
log.Println("Retry in 3 Seconds")
|
log.Println("Fail to GetUpdates,Retry in 3 Seconds...")
|
||||||
time.Sleep(time.Second * 3)
|
time.Sleep(time.Second * 3)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue