Skip to content

weibo#133

Open
vinovo wants to merge 1 commit into
masterfrom
paul/weibo
Open

weibo#133
vinovo wants to merge 1 commit into
masterfrom
paul/weibo

Conversation

@vinovo

@vinovo vinovo commented Aug 9, 2021

Copy link
Copy Markdown
Member

No description provided.


if __name__ == "__main__":
def main():
if len(sys.argv) != 3:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是不是得改成小于3? 如果那些optional args加进来会不会影响这个啊

@XueweiYan XueweiYan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments

def get_weibo(id, count):
downloaded = 0
i = -1
while downloaded < count:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

一页判断一次downloaded可能要比想要的多,但感觉也不太有所谓...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants