Skip to content
Snippets Groups Projects
Commit 6eafbbb8 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

fix: Jingle: Add missing return value

parent 71707400
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ def start_file_transfer(self,
else:
logger.error('No suitable transport method available for %s',
contact.jid)
return
return None
senders = 'initiator'
if request:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment