Added filter for large files in stats

This commit is contained in:
Simon
2018-06-28 10:40:54 -04:00
parent 2638e47360
commit 4c9d79fdbf
4 changed files with 59 additions and 53 deletions

1
app.py
View File

@@ -10,7 +10,6 @@ import config
from flask_caching import Cache
from task import TaskDispatcher, Task, CrawlServer
from search.search import ElasticSearchEngine
from jinja2 import Undefined
app = Flask(__name__)
recaptcha = ReCaptcha(app=app,