small fix

This commit is contained in:
Jefry Lagrange 2012-04-17 20:57:34 -04:00
parent e63674bfb9
commit be3a948838
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ 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)