mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-20 01:57:39 +00:00
Linux path problem solved (finally)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from cps import db, ub
|
||||
from cps import config
|
||||
import db, ub
|
||||
import config
|
||||
from flask import current_app as app
|
||||
|
||||
import smtplib
|
||||
|
Reference in New Issue
Block a user