improved scraper with debug

This commit is contained in:
Hayden
2021-01-02 18:32:08 -09:00
parent dd8f19093d
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"
]
}