changeset 3155:3a8755fdc78d

plugin XEP-0363: fixed errback args in fileHTTPUpload
author Goffi <goffi@goffi.org>
date Tue, 04 Feb 2020 18:24:15 +0100
parents f2d3ab4390a3
children 0318802dfe28
files sat/plugins/plugin_xep_0363.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0363.py	Mon Feb 03 13:49:45 2020 +0100
+++ b/sat/plugins/plugin_xep_0363.py	Tue Feb 04 18:24:15 2020 +0100
@@ -194,7 +194,7 @@
                 self._uploadEb,
                 (sat_file, slot),
                 None,
-                (sat_file),
+                (sat_file,),
             )
 
             return progress_id, download_d