作者 陈俊学

2.2.3

动态已经不可见,提示删除或者隐藏动态失败。
@@ -4,5 +4,5 @@ SERVER: @@ -4,5 +4,5 @@ SERVER:
4 reconnect_interval: 3 4 reconnect_interval: 3
5 5
6 VERSION: 6 VERSION:
7 - code: 112  
8 - name: 2.2.2  
  7 + code: 113
  8 + name: 2.2.3
@@ -1279,7 +1279,7 @@ class FacebookClient(Client): @@ -1279,7 +1279,7 @@ class FacebookClient(Client):
1279 else: 1279 else:
1280 msg = '操作成功' 1280 msg = '操作成功'
1281 except Exception as err: 1281 except Exception as err:
1282 - msg = f'操作失败:{err}' 1282 + msg = f'操作失败:动态已经不可见'
1283 return msg 1283 return msg
1284 1284
1285 def sendMoment(self, text, type="TEXT", privacy='EVERYONE', location=None, attachments=None, with_tags_ids=None): 1285 def sendMoment(self, text, type="TEXT", privacy='EVERYONE', location=None, attachments=None, with_tags_ids=None):