2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-03 01:38:30 +00:00

Fix syntax mistake

This commit is contained in:
Jarrod Johnson
2026-05-15 08:19:53 -04:00
parent a7a83f5cf0
commit 698b29c3c0
@@ -825,7 +825,7 @@ class Session(object):
timeout=None,
callback=None,
rslun=0):
if self.logging and not self.logged and self.logoutexpiry = None:
if self.logging and not self.logged and self.logoutexpiry is None:
self.logoutexpiry = _monotonic_time() + self._getmaxtimeout()
while (self.logging and not self.logged
and _monotonic_time() < self.logoutexpiry):