diff --git a/app.log b/app.log index 80fe152..6848472 100644 --- a/app.log +++ b/app.log @@ -4,3 +4,4 @@ 准备发送消息: 【益选便利店】2025-12-06的营业额:1803.09 准备发送消息: 【益选便利店】2025-12-09的营业额:3462.53 准备发送消息: 【益选便利店】2025-12-10的营业额:3222.85 +准备发送消息: 【益选便利店】2025-12-11的营业额:3550.84 diff --git a/config.json b/config.json index 54596ab..6274bb6 100644 --- a/config.json +++ b/config.json @@ -11,6 +11,6 @@ 1600, 2000 ], - "cutoff_hour": 0, - "cutoff_time": "00:00" + "cutoff_hour": 23, + "cutoff_time": "23:00" } diff --git a/data/data.db b/data/data.db index 34efa17..ec04bc5 100644 Binary files a/data/data.db and b/data/data.db differ