diff options
author | Renard | 2020-08-08 14:03:38 -0400 |
---|---|---|
committer | Renard | 2020-08-08 14:03:38 -0400 |
commit | 2c898d53d906bbc1897f7bde5aa63f9e3a9c6d6f (patch) | |
tree | 630cda6a2d78f0bb56a9faab21b15e6d116d40e6 /cgi | |
parent | 34c67231d5d10c14135e58ac642af4d82730a0eb (diff) | |
download | weabot-2c898d53d906bbc1897f7bde5aa63f9e3a9c6d6f.tar.gz weabot-2c898d53d906bbc1897f7bde5aa63f9e3a9c6d6f.tar.xz weabot-2c898d53d906bbc1897f7bde5aa63f9e3a9c6d6f.zip |
aa
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/modapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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']) |