mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2026-01-16 21:30:27 +00:00
[fix] Forward get config error
修复清除动态config读取错误的问题
This commit is contained in:
parent
549ca28e5a
commit
6d7f117459
@ -63,7 +63,7 @@ class Forward
|
||||
public static function start(): bool
|
||||
{
|
||||
// 取关未中奖
|
||||
if (getConf('clear_group_follow', 'dynamic')) {
|
||||
if (getConf('clear_dynamic', 'dynamic')) {
|
||||
self::clearDynamic();
|
||||
}
|
||||
// 自动转发关注评论
|
||||
|
||||
Loading…
Reference in New Issue
Block a user