From 2c898d53d906bbc1897f7bde5aa63f9e3a9c6d6f Mon Sep 17 00:00:00 2001 From: Renard Date: Sat, 8 Aug 2020 14:03:38 -0400 Subject: aa --- cgi/modapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi') diff --git a/cgi/modapi.py b/cgi/modapi.py index 1452e83..7bb63fb 100644 --- a/cgi/modapi.py +++ b/cgi/modapi.py @@ -166,7 +166,7 @@ def api_process(self, path_split): thread['replies'] = [] for post in lastreplies: - post['deleted'] = int(post['IS_DELETED']) + post['deleted'] = int(post['deleted']) post['id'] = int(post['id']) post['timestamp'] = int(post['timestamp']) -- cgit v1.2.1-18-gbd029