Refactoring on http crawler

This commit is contained in:
Simon
2018-06-11 16:06:56 -04:00
parent 7f496ce7a8
commit 8421cc0885
3 changed files with 53 additions and 23 deletions

View File

@@ -16,6 +16,7 @@ CAPTCHA_SECRET_KEY = ""
FLASK_SECRET = ""
USE_SSL = True
RESULTS_PER_PAGE = (25, 50, 100, 250, 500, 1000)
HEADERS = {}
```
## Running