diff --git a/conf/config.yaml b/conf/config.yaml index d585eb1..27bd08d 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -4,5 +4,5 @@ SERVER: reconnect_interval: 3 VERSION: - code: 112 - name: 2.2.2 \ No newline at end of file + code: 113 + name: 2.2.3 \ No newline at end of file diff --git a/lib/facebook.py b/lib/facebook.py index 28c3990..6e9fd5b 100644 --- a/lib/facebook.py +++ b/lib/facebook.py @@ -1279,7 +1279,7 @@ class FacebookClient(Client): else: msg = '操作成功' except Exception as err: - msg = f'操作失败:{err}' + msg = f'操作失败:动态已经不可见' return msg def sendMoment(self, text, type="TEXT", privacy='EVERYONE', location=None, attachments=None, with_tags_ids=None):