传递日期参数
This commit is contained in:
parent
ee47c16a73
commit
a5f8571754
@ -337,6 +337,7 @@ class Report:
|
|||||||
args['suffix'] = item.get('suffix', 0)
|
args['suffix'] = item.get('suffix', 0)
|
||||||
api_key = item.get('api_key', None)
|
api_key = item.get('api_key', None)
|
||||||
tga = FromTga(url, api_key)
|
tga = FromTga(url, api_key)
|
||||||
|
log.info(f"args={args}")
|
||||||
args['tga'] = tga
|
args['tga'] = tga
|
||||||
|
|
||||||
temp['all'] = self.get_all_data(**args)
|
temp['all'] = self.get_all_data(**args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user