正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -156,7 +156,7 @@ class FacebookClient(Client): | @@ -156,7 +156,7 @@ class FacebookClient(Client): | ||
| 156 | "logging_location": 'friends_center', | 156 | "logging_location": 'friends_center', |
| 157 | "floc": 'pymk' | 157 | "floc": 'pymk' |
| 158 | } | 158 | } |
| 159 | - data.update(kwargs) | 159 | + data.update(**kwargs) |
| 160 | if how_found == 'profile_friends': | 160 | if how_found == 'profile_friends': |
| 161 | data['ref_param'] = 'friends_tab' | 161 | data['ref_param'] = 'friends_tab' |
| 162 | try: | 162 | try: |
-
请 注册 或 登录 后发表评论