mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
[fix] XliveHeartBeat
This commit is contained in:
parent
ca5fe0ffc3
commit
358553525e
@ -41,6 +41,7 @@ class SmallHeart
|
||||
self::heartBeat();
|
||||
if (self::$total_time >= 12000) {
|
||||
self::$total_time = 0;
|
||||
self::$metal = null;
|
||||
self::setLock(self::timing(2));
|
||||
} else {
|
||||
self::setLock(self::$interval);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user