From f3de2abeace97248bae52bd4981eb13366313459 Mon Sep 17 00:00:00 2001 From: Lkeme <19500576+lkeme@users.noreply.github.com> Date: Mon, 21 Aug 2023 22:43:38 +0800 Subject: [PATCH] [update] - --- plugin/ActivityLottery/ActivityLottery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/ActivityLottery/ActivityLottery.php b/plugin/ActivityLottery/ActivityLottery.php index 8f2c3db..b57d781 100644 --- a/plugin/ActivityLottery/ActivityLottery.php +++ b/plugin/ActivityLottery/ActivityLottery.php @@ -123,7 +123,7 @@ class ActivityLottery extends BasePlugin if ($ending) { Cache::set('config', $this->config); } else { - print_r(Cache::get('config')); + // print_r(Cache::get('config')); $this->config = ($tmp = Cache::get('config')) ? $tmp : []; // $keys = ['invalid_sids', 'wait_add_infos', 'wait_get_infos', 'wait_do_infos'];