instagram: Printear error

This commit is contained in:
Cat /dev/Nulo 2023-01-02 23:45:46 -03:00
parent 6d33ce97df
commit 9a7bfdb22b

View file

@ -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)