From 4dd5d48bb2c5cbbc585f24750cd64ef8c96dc482 Mon Sep 17 00:00:00 2001 From: citrons Date: Wed, 18 Aug 2021 06:21:38 +0000 Subject: the --- apioforum/thread.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apioforum/thread.py b/apioforum/thread.py index 3311c4e..455530e 100644 --- a/apioforum/thread.py +++ b/apioforum/thread.py @@ -77,7 +77,6 @@ def post_jump(thread_id, post_id): @bp.route("/") @requires_permission("p_view_threads") def view_thread(thread): - db = get_db() posts = thread.get_posts() tags = thread.get_tags() -- cgit v1.2.3