1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-28 05:47:43 +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

@@ -23,7 +23,7 @@
from flask import Blueprint
from flask_login import login_required
import db
from cps import db
import sys
import uploader
from babel import __version__ as babelVersion