From 5409afddea2ef96fa537efa0aa7b5a22707bb754 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 18 May 2024 22:00:41 +0200 Subject: [PATCH] feat: indicate template_folder --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index bbc7cdd..8a8b9a9 100755 --- a/threads.py +++ b/threads.py @@ -4,7 +4,7 @@ from datetime import datetime, timedelta import markdown import re -threads = Blueprint('threads', __name__) +threads = Blueprint('threads', __name__, template_folder='templates') # TODO: move following to an app config or sqlite ######### server = 'https://social.ayco.io'