diff options
author | Maxim Devaev <[email protected]> | 2022-04-01 06:06:11 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-04-01 06:06:11 +0300 |
commit | d2c6bf716de013dea0211a4be51111094f0bd178 (patch) | |
tree | e854a7e548578df3da9b147e4ebeb6e33626776f /kvmd/plugins | |
parent | 17e140729e1cb20d3684cdf590be712647c3d98e (diff) |
delay
Diffstat (limited to 'kvmd/plugins')
-rw-r--r-- | kvmd/plugins/msd/otg/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/plugins/msd/otg/__init__.py b/kvmd/plugins/msd/otg/__init__.py index f6a68b86..38a09d84 100644 --- a/kvmd/plugins/msd/otg/__init__.py +++ b/kvmd/plugins/msd/otg/__init__.py @@ -429,6 +429,7 @@ class Plugin(BaseMsd): # pylint: disable=too-many-instance-attributes await self.__notifier.notify() except Exception: logger.exception("Unexpected MSD watcher error") + time.sleep(1) async def __reload_state(self) -> None: logger = get_logger(0) |