Bug fixes with html parsing

This commit is contained in:
Simon
2018-06-14 20:02:06 -04:00
parent f3c7b551d2
commit 81fde6cc30
5 changed files with 13 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ auth = HTTPTokenAuth(scheme="Token")
tokens = [config.CRAWL_SERVER_TOKEN]
tm = TaskManager("tm_db.sqlite3", 8)
tm = TaskManager("tm_db.sqlite3", 64)
@auth.verify_token