implement quit api. indicate if backend is offline

This commit is contained in:
j 2016-01-08 10:02:24 +05:30
commit 5d4ed8ffbc
8 changed files with 83 additions and 35 deletions

View file

@ -6,8 +6,7 @@ from ox.cache import get_json, store
import ox.web.google
import stdnum.isbn
from oml.utils import get_language
from .utils import find_isbns
from .utils import find_isbns, get_language
import logging
logger = logging.getLogger(__name__)