mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-26 14:31:22 +08:00
[fix] XliveHeartBeat
This commit is contained in:
parent
b9d63f135e
commit
ef5bbc7a85
@ -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