all repos — telegram-bot-api @ 69bb4a9c33b1861e616862688e1d60ffeb7d0c83

Golang bindings for the Telegram Bot API

update log message
Jqs7 7@jqs7.com
Tue, 30 Jun 2015 11:28:55 +0800
commit

69bb4a9c33b1861e616862688e1d60ffeb7d0c83

parent

f6cf1bb7824bd6bdb3f30e7932c10f653d5e27b1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M updates.goupdates.go

@@ -17,7 +17,7 @@ if bot.Debug == true {

panic(err) } else { log.Println(err) - log.Println("Retry in 3 Seconds") + log.Println("Fail to GetUpdates,Retry in 3 Seconds...") time.Sleep(time.Second * 3) } } else {