error print refetching

main
Zynh0722 2024-02-01 22:20:17 -08:00
parent 7aa82bead7
commit 8255859c67
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func main() {
} }
func refetch_data(id uint32) CacheRecord { func refetch_data(id uint32) CacheRecord {
log.Printf("Fetching fresh data for %d\n", id) log.New(os.Stderr, "", 0).Printf("Fetching fresh data for %d\n", id)
s := godestone.NewScraper(bingode.New(), godestone.EN) s := godestone.NewScraper(bingode.New(), godestone.EN)
c, err := s.FetchCharacter(id) c, err := s.FetchCharacter(id)