From 333e3b314dfc2e887e68edab0d4cafb775dfbc9a Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 11 Apr 2019 07:58:46 +0200 Subject: [PATCH] More debug --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 752027f..92a59c6 100644 --- a/app.py +++ b/app.py @@ -835,6 +835,7 @@ def with_replies(): def _build_thread(data, include_children=True): # noqa: C901 data["_requested"] = True + app.logger.info(f"_build_thread({data!r})") root_id = data["meta"].get("thread_root_parent", data["activity"]["object"]["id"]) query = {