update time_to_first_byte.py

This commit is contained in:
Jack Robison 2019-10-18 09:35:10 -04:00 committed by Lex Berezhny
parent 9058201de0
commit afe24a3e65

View file

@ -59,12 +59,26 @@ async def main(cmd_args=None):
kwargs = { kwargs = {
'page': page, 'page': page,
'claim_type': 'stream', 'claim_type': 'stream',
'any_tags': [
'art',
'automotive',
'blockchain',
'comedy',
'economics',
'education',
'gaming',
'music',
'news',
'science',
'sports',
'technology',
],
'order_by': ['trending_global', 'trending_mixed'], 'order_by': ['trending_global', 'trending_mixed'],
'no_totals': True 'no_totals': True
} }
# if not cmd_args.allow_fees: if not cmd_args.allow_fees:
# kwargs['fee_amount'] = 0 kwargs['fee_amount'] = 0
response = await daemon_rpc( response = await daemon_rpc(
conf, 'claim_search', **kwargs conf, 'claim_search', **kwargs