Fix syntax error in line continuation.
This commit is contained in:
		@@ -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:])
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user