use app default order_by

This commit is contained in:
Jack Robison 2019-07-28 21:42:04 -04:00
parent 1a0680ead9
commit 356b3c85e5
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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
}