forked from LBRYCommunity/lbry-sdk
update time_to_first_byte.py
This commit is contained in:
parent
9058201de0
commit
afe24a3e65
1 changed files with 16 additions and 2 deletions
|
@ -59,12 +59,26 @@ async def main(cmd_args=None):
|
|||
kwargs = {
|
||||
'page': page,
|
||||
'claim_type': 'stream',
|
||||
'any_tags': [
|
||||
'art',
|
||||
'automotive',
|
||||
'blockchain',
|
||||
'comedy',
|
||||
'economics',
|
||||
'education',
|
||||
'gaming',
|
||||
'music',
|
||||
'news',
|
||||
'science',
|
||||
'sports',
|
||||
'technology',
|
||||
],
|
||||
'order_by': ['trending_global', 'trending_mixed'],
|
||||
'no_totals': True
|
||||
}
|
||||
|
||||
# if not cmd_args.allow_fees:
|
||||
# kwargs['fee_amount'] = 0
|
||||
if not cmd_args.allow_fees:
|
||||
kwargs['fee_amount'] = 0
|
||||
|
||||
response = await daemon_rpc(
|
||||
conf, 'claim_search', **kwargs
|
||||
|
|
Loading…
Reference in a new issue