传递日期参数

This commit is contained in:
pengtao 2019-10-24 10:24:21 +08:00
parent ee47c16a73
commit a5f8571754

View File

@ -337,6 +337,7 @@ class Report:
args['suffix'] = item.get('suffix', 0)
api_key = item.get('api_key', None)
tga = FromTga(url, api_key)
log.info(f"args={args}")
args['tga'] = tga
temp['all'] = self.get_all_data(**args)