fix typo in debug log for setWebhook
This commit is contained in:
parent
ca40caaa47
commit
9efd300516
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ func (bot *BotAPI) SetWebhook(config WebhookConfig) (APIResponse, error) {
|
|||
json.Unmarshal(resp.Result, &apiResp)
|
||||
|
||||
if bot.Debug {
|
||||
log.Printf("sendVideo resp: %+v\n", apiResp)
|
||||
log.Printf("setWebhook resp: %+v\n", apiResp)
|
||||
}
|
||||
|
||||
return apiResp, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue