change reference to tlapbot dashboard in init py

This commit is contained in:
Lili (Tlapka) 2023-03-21 11:40:55 +01:00
parent f8a174b94f
commit 7a37f8afcf
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def create_app(test_config=None):
# prepare webhooks and redeem dashboard blueprints # prepare webhooks and redeem dashboard blueprints
from . import owncast_webhooks from . import owncast_webhooks
from . import owncast_redeem_dashboard from . import tlapbot_dashboard
app.register_blueprint(owncast_webhooks.bp) app.register_blueprint(owncast_webhooks.bp)
app.register_blueprint(tlapbot_dashboard.bp) app.register_blueprint(tlapbot_dashboard.bp)