You've already forked my-video-workflow
关联关系
This commit is contained in:
4
app.py
4
app.py
@ -1,5 +1,5 @@
|
||||
from flask import Flask
|
||||
from config import load_config, WEB_HOST, WEB_PORT
|
||||
from config import load_config
|
||||
from controller.view.main_blueprint import blueprint as view_main_blueprint
|
||||
from controller.api.config_blueprint import blueprint as api_config_blueprint
|
||||
from controller.api.collector_blueprint import blueprint as api_collector_blueprint
|
||||
@ -27,4 +27,4 @@ with app.app_context():
|
||||
db.create_all(app=app)
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(WEB_HOST, WEB_PORT)
|
||||
app.run()
|
||||
|
Reference in New Issue
Block a user