From a5205688fbe729968014d28263fbf688f428ff3a Mon Sep 17 00:00:00 2001 From: GardenHamster Date: Sat, 30 Dec 2023 18:34:33 +0800 Subject: [PATCH] Update TimingRankingJob.cs --- Theresa3rd-Bot/TheresaBot.Main/Timers/TimingRankingJob.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Theresa3rd-Bot/TheresaBot.Main/Timers/TimingRankingJob.cs b/Theresa3rd-Bot/TheresaBot.Main/Timers/TimingRankingJob.cs index b99b7665..c7a3ee55 100644 --- a/Theresa3rd-Bot/TheresaBot.Main/Timers/TimingRankingJob.cs +++ b/Theresa3rd-Bot/TheresaBot.Main/Timers/TimingRankingJob.cs @@ -28,6 +28,7 @@ public async Task Execute(IJobExecutionContext context) { LogHelper.Info($"开始执行【{content}】Pixiv榜单推送任务..."); await HandleTiming(session, Reporter, rankingTimer, content); + LogHelper.Info($"Pixiv榜单【{content}】推送任务执行完毕..."); } } catch (Exception ex)