This repository was archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 237
Master #49
Open
talkxin
wants to merge
9
commits into
ly0:master
Choose a base branch
from
talkxin:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #49
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
你好,有冲突,请先合并一下master分支的内容 :) |
ok
…On Wed, Feb 22, 2017 at 5:48 PM, latyas(懒) ***@***.***> wrote:
你好,有冲突,请先合并一下master分支的内容 :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AD-_foCag4MklwZPFCySnkQGviP6vDazks5rfAR5gaJpZM4MIU5c>
.
|
markx
reviewed
Jul 18, 2017
baidupcsapi/api.py
Outdated
foo = json.loads(ret) | ||
logging.debug('token %s' % foo['data']['token']) | ||
'https://passport.baidu.com/v2/api/?getapi&tpl=netdisk' | ||
'&apiver=v3&tt={}&class=login&logintype=basicLogin'.format(int(time.time()))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好久没写python了, 第一次见这种一个字符串拆成两个的写法! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有的,太长的话可以切成两行
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
兼容python3,同时修复了登录时需要重复输入验证码,并且10分钟以后即实效的bug