mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
delay
This commit is contained in:
parent
17e140729e
commit
d2c6bf716d
@ -429,6 +429,7 @@ class Plugin(BaseMsd): # pylint: disable=too-many-instance-attributes
|
|||||||
await self.__notifier.notify()
|
await self.__notifier.notify()
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception("Unexpected MSD watcher error")
|
logger.exception("Unexpected MSD watcher error")
|
||||||
|
time.sleep(1)
|
||||||
|
|
||||||
async def __reload_state(self) -> None:
|
async def __reload_state(self) -> None:
|
||||||
logger = get_logger(0)
|
logger = get_logger(0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user