update hotfix
This commit is contained in:
@@ -10,13 +10,9 @@ from .mainapp import mainapp
|
||||
|
||||
|
||||
def create_app(*args):
|
||||
print()
|
||||
print(args)
|
||||
print()
|
||||
print(type(args))
|
||||
print()
|
||||
# create and configure the app
|
||||
app = Flask(__name__, instance_relative_config=True)
|
||||
app.config['APPLICATION_ROOT'] = '/hsk'
|
||||
|
||||
# ensure the instance folder exists
|
||||
instance_path = Path(app.instance_path)
|
||||
|
||||
Reference in New Issue
Block a user