Should fix some FTP errors

This commit is contained in:
Simon
2018-06-24 13:50:55 -04:00
parent a6d753c6ee
commit 8e937e69c0
6 changed files with 21 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ CAPTCHA_SITE_KEY = ""
CAPTCHA_SECRET_KEY = ""
FLASK_SECRET = ""
RESULTS_PER_PAGE = (25, 50, 100, 250, 500, 1000)
CRAWL_SERVER_HEADERS = {}
HEADERS = {}
CRAWL_SERVER_TOKEN = ""
CRAWL_SERVER_PORT = 5001
CRAWL_SERVER_PROCESSES = 3