error print refetching
This commit is contained in:
parent
7aa82bead7
commit
8255859c67
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -61,7 +61,7 @@ func main() {
|
|||
}
|
||||
|
||||
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)
|
||||
|
||||
c, err := s.FetchCharacter(id)
|
||||
|
|
Loading…
Reference in a new issue