feat: remove descendants_count
This commit is contained in:
parent
a313a1a7b3
commit
7e6c9d5e77
1 changed files with 0 additions and 1 deletions
1
app.py
1
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue