instagram: Printear error
This commit is contained in:
parent
6d33ce97df
commit
9a7bfdb22b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ func respond(bot *tgbotapi.BotAPI, update tgbotapi.Update, url *url.URL) common.
|
|||
log.Printf("Downloading %s", url.String())
|
||||
lookup, err := Lookup(url.String())
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
return common.HadError
|
||||
}
|
||||
log.Println(lookup)
|
||||
|
|
Reference in a new issue