feat 🐛:1

main
许标 6 months ago
parent ed4b4440ab
commit 0b1239620d

Binary file not shown.

@ -59,8 +59,8 @@ async def poll_external_api():
}
"""
params = {
"start_time": current_time,
"end_time": max_time
"start_time": max_time,
"end_time": current_time
}
report_data = request_report(query_report_url,params)
if report_data is None:

Loading…
Cancel
Save