oof fix
This commit is contained in:
parent
5527d50ff3
commit
c6ff6a6bf7
1 changed files with 1 additions and 1 deletions
|
@ -258,6 +258,6 @@ class Treepuncher(
|
||||||
self.logger.exception("Unhandled exception")
|
self.logger.exception("Unhandled exception")
|
||||||
break
|
break
|
||||||
if self._processing:
|
if self._processing:
|
||||||
await asyncio.sleep(self.config['core'].getfloat('reconnect_delay', fallback=5))
|
await asyncio.sleep(self.config['Treepuncher'].getfloat('reconnect_delay', fallback=5))
|
||||||
if self._processing:
|
if self._processing:
|
||||||
await self.stop(force=True)
|
await self.stop(force=True)
|
||||||
|
|
Loading…
Reference in a new issue