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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user