切换导航条
此项目
正在载入...
登录
lemon
/
facebookchat
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
陈俊学
2020-08-31 17:46:30 +0800
提交
222635f2e1736352e113f3b84d250a51426cb01f
1 个父辈
e41e160e
2.3.1
增加添加好朋友,需要确定参数
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
conf/config.yaml
lib/facebook.py
conf/config.yaml
查看文件 @
222635f
...
...
@@ -4,5 +4,5 @@ SERVER:
reconnect_interval
:
3
VERSION
:
code
:
120
name
:
2.3.0
\ No newline at end of file
code
:
121
name
:
2.3.1
\ No newline at end of file
...
...
lib/facebook.py
查看文件 @
222635f
...
...
@@ -156,7 +156,7 @@ class FacebookClient(Client):
"logging_location"
:
'friends_center'
,
"floc"
:
'pymk'
}
data
.
update
(
kwargs
)
data
.
update
(
**
kwargs
)
if
how_found
==
'profile_friends'
:
data
[
'ref_param'
]
=
'friends_tab'
try
:
...
...
请
注册
或
登录
后发表评论