1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-05 01:33:02 +00:00

Merge pull request #48 from OzzieIsaacs/patch-1

Fix for #45 DB_ROOT not found
This commit is contained in:
cervinko
2016-08-07 22:51:06 +02:00
committed by GitHub
5 changed files with 6 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import sys
import textwrap
mimetypes.add_type('application/xhtml+xml','.xhtml')
from flask import Flask, render_template, session, request, Response, redirect, url_for, send_from_directory, make_response, g, flash, abort
from cps import db, config, ub, helper
import db, config, ub, helper
import os
import errno
from sqlalchemy.sql.expression import func