From 47be9d7e82231bc1dbcca35f9269e36ceb431978 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 24 May 2024 10:43:58 +0300 Subject: [PATCH] fix: templates path --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 0c2a93a..b6d5c14 100644 --- a/__init__.py +++ b/__init__.py @@ -16,7 +16,7 @@ def streamalerts_renderer(): - return template_renderer(["lnbits/extensions/streamalerts/templates"]) + return template_renderer(["streamalerts/templates"]) from .views import * # noqa: F401,F403