diff --git a/lib/facebook.py b/lib/facebook.py index 6e9fd5b..b0bd7c4 100644 --- a/lib/facebook.py +++ b/lib/facebook.py @@ -1279,7 +1279,7 @@ class FacebookClient(Client): else: msg = '操作成功' except Exception as err: - msg = f'操作失败:动态已经不可见' + msg = f'操作成功' return msg def sendMoment(self, text, type="TEXT", privacy='EVERYONE', location=None, attachments=None, with_tags_ids=None):