From 0b1239620d269608ac658cf925f1bc37374fc481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=A0=87?= Date: Mon, 4 Aug 2025 13:48:38 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=F0=9F=90=9B:1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/database.db | Bin 12288 -> 0 bytes scheduler/scheduler_module.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 assets/database.db diff --git a/assets/database.db b/assets/database.db deleted file mode 100644 index 13d4659f992da819bae14c9ae29535c5bf93f22b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI#O-sWt7{KwQippSgAh=T@M+K>fU%)wn45w)A!JSH_Q3~s(HUn?6t6$8o_lA@dy=DmKMHZ^^gFYLU{Gyf;qssD0y{hssex~}Is0s#aNKmY** t5I_I{1Q0*~0R%QxpyMt^{lBTt%e@dl009ILKmY**5I_I{1Q2KiegHqAL6iUh diff --git a/scheduler/scheduler_module.py b/scheduler/scheduler_module.py index 2bda3b6..92e1fd2 100644 --- a/scheduler/scheduler_module.py +++ b/scheduler/scheduler_module.py @@ -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: