1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-17 07:27:10 +00:00

Linux path problem solved (finally)

This commit is contained in:
OzzieIsaacs
2016-08-07 10:32:45 +02:00
parent 5a0faf9950
commit 59136a9cc2
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