mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-12 13:23:02 +00:00
Some code cosmetics
This commit is contained in:
@@ -35,7 +35,10 @@ from sqlalchemy.orm.exc import NoResultFound
|
||||
|
||||
from . import constants, logger, config, app, ub
|
||||
|
||||
from .oauth import OAuthBackend, backend_resultcode
|
||||
try:
|
||||
from .oauth import OAuthBackend, backend_resultcode
|
||||
except NameError:
|
||||
pass
|
||||
|
||||
|
||||
oauth_check = {}
|
||||
|
||||
Reference in New Issue
Block a user