Skip to content

Commit

Permalink
Merge pull request dataabc#455 from qianxin41/master
Browse files Browse the repository at this point in the history
修复:FAQ.md中获取自己微博的描述
  • Loading branch information
dataabc authored Jun 20, 2022
2 parents 80ddbbc + 5129b8d commit 84496b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ python3 -m weibo_spider
修改page_parser.py中__init__方法,将self.url修改为:

```python
self.url = "https://weibo.cn/%s/profile?page=%d" % (user_uri, page)
self.url = "https://weibo.cn/%s/profile?page=%d" % (self.user_uri, page)
```

0 comments on commit 84496b2

Please sign in to comment.