diff --git a/tlapbot/__init__.py b/tlapbot/__init__.py index 1302ca9..41180d4 100644 --- a/tlapbot/__init__.py +++ b/tlapbot/__init__.py @@ -42,7 +42,7 @@ def create_app(test_config=None): # prepare webhooks and redeem dashboard blueprints from . import owncast_webhooks - from . import owncast_redeem_dashboard + from . import tlapbot_dashboard app.register_blueprint(owncast_webhooks.bp) app.register_blueprint(tlapbot_dashboard.bp)