rename owncast_redeem_dashboard->tlapbot_dashboard

This commit is contained in:
Lili (Tlapka) 2023-03-20 17:41:56 +01:00
parent 26c94a65a9
commit b8e465e50c
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def create_app(test_config=None):
from . import owncast_webhooks from . import owncast_webhooks
from . import owncast_redeem_dashboard from . import owncast_redeem_dashboard
app.register_blueprint(owncast_webhooks.bp) app.register_blueprint(owncast_webhooks.bp)
app.register_blueprint(owncast_redeem_dashboard.bp) app.register_blueprint(tlapbot_dashboard.bp)
# add db CLI commands # add db CLI commands
from . import db from . import db