diff sat/plugins/plugin_xep_0363.py @ 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 559a625a236b
children f2bb57348587
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