mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
fixing "No module named 'flask_monitor.flask_settings'" error
This commit is contained in:
parent
23abeb0b0a
commit
9ffd196182
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import pyes
|
||||||
if os.getenv("DOCKERBUILD") == "True":
|
if os.getenv("DOCKERBUILD") == "True":
|
||||||
import newsblur_web.docker_local_settings as settings
|
import newsblur_web.docker_local_settings as settings
|
||||||
else:
|
else:
|
||||||
import flask_monitor.flask_settings as settings
|
import newsblur_web.local_settings as settings
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue