Skip to content

Commit

Permalink
Fix typo in #22
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0 committed Jan 8, 2016
1 parent 5aa3fa3 commit ac2547b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baidupcsapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ def search(self, path, keyword, page=1, recursion=1, limit=1000, **kwargs):
返回结果和list_files一样结构
"""
params = {'dir': path,
'recusion': recursion,
'recursion': recursion,
'key': keyword,
'page': page,
'num': limit}
Expand Down

0 comments on commit ac2547b

Please sign in to comment.