Skip to content

Commit

Permalink
fix: templates path
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed May 24, 2024
1 parent da04fe3 commit 47be9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47be9d7

Please sign in to comment.