1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-19 01:27:40 +00:00

Merge remote-tracking branch 'github/patch-1' into Develop

Oauth is optional again
This commit is contained in:
Ozzieisaacs
2019-02-24 19:34:57 +01:00
7 changed files with 13 additions and 13 deletions

View File

@@ -19,13 +19,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from cps import config, global_WorkerThread, get_locale
from cps import config, global_WorkerThread, get_locale, db
from flask import current_app as app
from tempfile import gettempdir
import sys
import os
import re
import db
import unicodedata
import worker
import time