From 7a37f8afcf65c089364fafb153dfe5a79f9b2b35 Mon Sep 17 00:00:00 2001 From: Lili Date: Tue, 21 Mar 2023 11:40:55 +0100 Subject: [PATCH] change reference to tlapbot dashboard in init py --- tlapbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)