-
Notifications
You must be signed in to change notification settings - Fork 961
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parsers): use_proxy decorator to not override default args
Changes: - Makes calling `fetch_production()` without args or kwargs not run into issues stemming from `zone_key` being explicitly passed as None. - Adds a comment on what webshare.io subscription is useful for use by this project. - Re-configures session.proxies back to what it was in a way that I think now will work, while previously I think we just stored a reference to the proxies object that we then also modified. This likely won't impact anyone. - Adjusted the code for readability, which is an opinionated matter of course.
- Loading branch information
1 parent
389556a
commit 9ca9beb
Showing
1 changed file
with
36 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters