summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-04-01 06:06:11 +0300
committerMaxim Devaev <[email protected]>2022-04-01 06:06:11 +0300
commitd2c6bf716de013dea0211a4be51111094f0bd178 (patch)
treee854a7e548578df3da9b147e4ebeb6e33626776f
parent17e140729e1cb20d3684cdf590be712647c3d98e (diff)
delay
-rw-r--r--kvmd/plugins/msd/otg/__init__.py1
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)