diff --git a/src/plugins/hk_reporter/post.py b/src/plugins/hk_reporter/post.py index 5516c12..592dc73 100644 --- a/src/plugins/hk_reporter/post.py +++ b/src/plugins/hk_reporter/post.py @@ -30,7 +30,7 @@ class Post: msgs.append(text) for pic in self.pics: msgs.append("[CQ:image,file={url}]".format(url=pic)) - if not self.compress: + if self.compress: msgs = [''.join(msgs)] return msgs