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