mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 08:09:04 +00:00
Updated readme and UI fixes
This commit is contained in:
@@ -9,7 +9,7 @@ auth = HTTPTokenAuth(scheme="Token")
|
||||
|
||||
token = config.CRAWL_SERVER_TOKEN
|
||||
|
||||
tm = TaskManager("tm_db.sqlite3", 32)
|
||||
tm = TaskManager("tm_db.sqlite3", config.CRAWL_SERVER_PROCESSES)
|
||||
|
||||
|
||||
@auth.verify_token
|
||||
|
||||
Reference in New Issue
Block a user