import logging ; from util.log import logfile_path
This commit is contained in:
parent
5bc0f6f115
commit
d980cbe484
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
|
import logging
|
||||||
from config_app.c_app import app as application
|
from config_app.c_app import app as application
|
||||||
|
from util.log import logfile_path
|
||||||
|
|
||||||
# Bind all of the blueprints
|
# Bind all of the blueprints
|
||||||
import config_web
|
import config_web
|
||||||
|
|
Reference in a new issue