1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-16 23:17:13 +00:00

reenable startup logging

Bugfixes from refactoring and merge
This commit is contained in:
Ozzie Isaacs
2022-04-26 14:44:55 +02:00
parent e7464f2694
commit 2e007a160e
14 changed files with 1516 additions and 1526 deletions

View File

@@ -20,11 +20,7 @@ import sys
from . import create_app
from .jinjia import jinjia
from .shelf import shelf
from .remotelogin import remotelogin
from .search_metadata import meta
from .error_handler import init_errorhandler
from .tasks_status import tasks
try:
from kobo import kobo, get_kobo_activated
@@ -50,6 +46,10 @@ def main():
from .editbooks import editbook
from .about import about
from .search import search
from .search_metadata import meta
from .shelf import shelf
from .tasks_status import tasks
from .error_handler import init_errorhandler
from . import web_server
init_errorhandler()