Skip to content

Commit

Permalink
Update TimingRankingJob.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
GardenHamster committed Dec 30, 2023
1 parent 7b38180 commit a520568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Theresa3rd-Bot/TheresaBot.Main/Timers/TimingRankingJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a520568

Please sign in to comment.