You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every config getter re-reads and re-parses config.json from disk. Also, get_scraper_timeout() uses 'or 300' which treats a valid value of 0 as falsy and returns 300 instead. Missing config.json existence check causes unhelpful FileNotFoundError.
Every config getter re-reads and re-parses config.json from disk. Also, get_scraper_timeout() uses 'or 300' which treats a valid value of 0 as falsy and returns 300 instead. Missing config.json existence check causes unhelpful FileNotFoundError.