remotes/1693045480750635534/spooky-22
Aevann1 2021-07-25 04:35:53 +02:00
parent 2ff5fd1a13
commit e86ac0b757
1 changed files with 2 additions and 3 deletions

View File

@ -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 []