mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: make web work again (split project <-> settings)
This commit is contained in:
@@ -7,7 +7,6 @@ import logging
|
||||
|
||||
from app.views import views
|
||||
from app.views_project import views_project
|
||||
from app.views_shcdev import views_shcdev
|
||||
from log import setup_logging
|
||||
from utils import check_deps
|
||||
|
||||
@@ -42,5 +41,4 @@ if __name__ == "__main__":
|
||||
|
||||
app.register_blueprint(views)
|
||||
app.register_blueprint(views_project)
|
||||
app.register_blueprint(views_shcdev)
|
||||
app.run(host=args.listenip, port=args.listenport, debug=args.debug)
|
||||
|
||||
Reference in New Issue
Block a user