Fix syntax error in line continuation.
This commit is contained in:
parent
387ef513d6
commit
856a826eea
@ -1612,7 +1612,7 @@ class XMLStream(object):
|
||||
tries = 0
|
||||
try:
|
||||
with self.send_lock:
|
||||
while sent < total and not self.stop.is_set() and
|
||||
while sent < total and not self.stop.is_set() and \
|
||||
self.session_started_event.is_set():
|
||||
try:
|
||||
sent += self.socket.send(enc_data[sent:])
|
||||
|
Loading…
Reference in New Issue
Block a user