From 7e6c9d5e77251a80edc8772c3c8ced84d3ae0742 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 20 Apr 2024 07:28:31 +0200 Subject: [PATCH] feat: remove descendants_count --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 799a6d6..3b022f1 100755 --- a/app.py +++ b/app.py @@ -19,7 +19,6 @@ def home(): descendants.append(clean_status(reply)) status = clean_status(status) status['descendants'] = descendants - status['descendants_count'] = len(descendants) threads.append(status) return threads