mirror of
https://github.com/simon987/od-database.git
synced 2025-12-15 07:39:04 +00:00
Use task_tracker for task tracking
This commit is contained in:
2
views.py
2
views.py
@@ -6,12 +6,12 @@ from urllib.parse import urlparse
|
||||
from flask import render_template, redirect, request, flash, abort, Response, session
|
||||
from flask_caching import Cache
|
||||
|
||||
import captcha
|
||||
import config
|
||||
import od_util
|
||||
from common import db, taskManager, searchEngine, logger, require_role
|
||||
from database import Task, Website
|
||||
from search.search import InvalidQueryException
|
||||
import captcha
|
||||
|
||||
|
||||
def setup_views(app):
|
||||
|
||||
Reference in New Issue
Block a user