We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c2b7d commit 73dae10Copy full SHA for 73dae10
1 file changed
quantclass_sync_internal/data_query.py
@@ -80,6 +80,8 @@ def get_products_overview(
80
81
api_latest_dates: 传入时用 API 实时日期作为参考,跳过缓存和宽限期逻辑。
82
"""
83
+ if today is None:
84
+ today = date.today()
85
log_dir = report_dir_path(data_root)
86
last_results = read_or_backfill_product_last_status(log_dir)
87
0 commit comments