test
This commit is contained in:
parent
6547874924
commit
5205511dec
4
bot.go
4
bot.go
@ -288,8 +288,8 @@ func botMsgLoad(m *tb.Message) {
|
||||
x, err := json.Marshal(m)
|
||||
logOnError(err, "botMsgLoad : Marshal")
|
||||
|
||||
log.Printf("URL : %s\n", b.URL)
|
||||
log.Printf("Token : %s\n", b.Token)
|
||||
// log.Printf("URL : %s\n", b.URL)
|
||||
// log.Printf("Token : %s\n", b.Token)
|
||||
log.Printf("File : %s\n", string(x))
|
||||
|
||||
//url := fmt.Sprintf("%s/file/bot%s/%s", b.URL, b.Token, f.FilePath)
|
||||
|
Loading…
Reference in New Issue
Block a user