add missing argument

This commit is contained in:
Jefry Lagrange 2012-04-17 20:47:52 -04:00
parent 9ed4521d6e
commit e63674bfb9
1 changed files with 2 additions and 1 deletions

View File

@ -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):