fd
This commit is contained in:
parent
ff76b56382
commit
d111d07d9e
1 changed files with 2 additions and 3 deletions
|
@ -132,7 +132,7 @@ def get_post(pid, v=None, graceful=False, **kwargs):
|
|||
return x
|
||||
|
||||
|
||||
def get_posts(pids, sort="hot", v=None):
|
||||
def get_posts(pids, v=None):
|
||||
|
||||
if not pids:
|
||||
return []
|
||||
|
@ -348,8 +348,7 @@ def get_comment(cid, v=None, graceful=False, **kwargs):
|
|||
return x
|
||||
|
||||
|
||||
def get_comments(cids, v=None, sort="new",
|
||||
load_parent=False, **kwargs):
|
||||
def get_comments(cids, v=None, load_parent=False, **kwargs):
|
||||
|
||||
if not cids:
|
||||
return []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue