use app default order_by
This commit is contained in:
parent
1a0680ead9
commit
356b3c85e5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ async def main(cmd_args=None):
|
|||
kwargs = {
|
||||
'page': page,
|
||||
# 'claim_type': 'stream',
|
||||
'order_by': ['trending_global'],
|
||||
'order_by': ['trending_global', 'trending_mixed'],
|
||||
'no_totals': True
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue