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