From 187d8cd470b463416f380f87bbfcad28653a9cbf Mon Sep 17 00:00:00 2001 From: hll Date: Tue, 3 Nov 2020 10:37:57 +0200 Subject: [PATCH] Removed rouge comment --- pyekonlib/Controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyekonlib/Controllers.py b/pyekonlib/Controllers.py index c4d137b..94d9bf3 100644 --- a/pyekonlib/Controllers.py +++ b/pyekonlib/Controllers.py @@ -109,7 +109,7 @@ async def doTimeoutChecks(self): if len(self._sessions.keys()) > 0: if (now-self._lastHeartbeatSentTime).seconds > ServerController.SEND_HEARTBEAT_INTERVAL: await self.sendHeartbeats() - await self._asyncSleep(1) # curio.sleep(1) + await self._asyncSleep(1) async def startPeriodicTimeoutCheck(self): if not self._startPeriodicTimeoutCheckStarted: