Skip to content

Commit

Permalink
don't add debug field to auto generated config
Browse files Browse the repository at this point in the history
  • Loading branch information
jakopako committed Apr 26, 2024
1 parent ac10bd2 commit 787d922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ type Scraper struct {
PageLoadWait int `yaml:"page_load_wait,omitempty"` // milliseconds. Only taken into account when render_js = true
Interaction types.Interaction `yaml:"interaction,omitempty"`
fetcher fetch.Fetcher
Debug bool
Debug bool `yaml:"debug,omitempty"`
}

// GetItems fetches and returns all items from a website according to the
Expand Down

0 comments on commit 787d922

Please sign in to comment.