From a1059f9b90ef0dcf30d548544ffa542fec409830 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 19 Jan 2025 09:58:05 +0100 Subject: [PATCH] feat: remove unneeded static url declaration --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threads.py b/threads.py index 5e005b9..1a580ae 100755 --- a/threads.py +++ b/threads.py @@ -6,7 +6,7 @@ import asyncio import aiohttp from . import mastodon, utils -threads = Blueprint('threads', __name__, template_folder='templates', static_folder='static', static_url_path='/threads/static') +threads = Blueprint('threads', __name__, template_folder='templates', static_folder='static') # TODO: move following to an app config or sqlite ######### thread_ids = [