small fix
This commit is contained in:
parent
e63674bfb9
commit
be3a948838
|
@ -284,7 +284,7 @@ class JingleFileTransfer(JingleContent):
|
||||||
|
|
||||||
def _on_connect_error(self, sid):
|
def _on_connect_error(self, sid):
|
||||||
log.info('connect error, sid=' + sid)
|
log.info('connect error, sid=' + sid)
|
||||||
args = {'candError' : True
|
args = {'candError' : True,
|
||||||
'sendCand' : True}
|
'sendCand' : True}
|
||||||
self.__sendCand(args)
|
self.__sendCand(args)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue