diff src/plugins/plugin_exp_command_export.py @ 2258:074c2f157dc9

plugin XEP-0054: fixed not transmitted arguments in getAvatar
author Goffi <goffi@goffi.org>
date Sat, 03 Jun 2017 22:24:53 +0200
parents 33c8c4973743
children 8b37a62336c3
line wrap: on
line diff
--- a/src/plugins/plugin_exp_command_export.py	Mon May 22 23:58:26 2017 +0200
+++ b/src/plugins/plugin_exp_command_export.py	Sat Jun 03 22:24:53 2017 +0200
@@ -154,4 +154,3 @@
             process_prot = ExportCommandProtocol(self, client, _jid, options)
             self.spawned.setdefault((_jid, client.profile),set()).add(process_prot)
             reactor.spawnProcess(process_prot, command, args, usePTY = process_prot.boolOption('pty'))
-