From 63366ce706fa7c99839141325744b771a7d570c2 Mon Sep 17 00:00:00 2001 From: chenjunxue <1523825571@qq.com> Date: Tue, 25 Aug 2020 19:58:46 +0800 Subject: [PATCH] 2.2.3 动态已经不可见,提示删除或者隐藏动态失败。 --- conf/config.yaml | 4 ++-- lib/facebook.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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): -- libgit2 0.24.0