improved scraper with debug

This commit is contained in:
Hayden 2021-01-02 18:32:08 -09:00
commit 6c767e0277
12 changed files with 213 additions and 2 deletions

View file

@ -9,5 +9,8 @@
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": false,
"python.testing.promptToConfigure": false
"python.testing.promptToConfigure": false,
"cSpell.enableFiletypes": [
"!python"
]
}