[Git][gajim/gajim][master] Fix incorrect argument

Philipp Hörist gitlab at dev.gajim.org
Thu Jul 5 00:28:18 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
73f290b5 by Philipp Hörist at 2018-07-05T00:28:09+02:00
Fix incorrect argument

- - - - -


1 changed file:

- gajim/common/modules/pep.py


Changes:

=====================================
gajim/common/modules/pep.py
=====================================
--- a/gajim/common/modules/pep.py
+++ b/gajim/common/modules/pep.py
@@ -157,7 +157,7 @@ class AbstractPEPModule:
     def send_stored_publish(self):
         if self._stored_publish is not None:
             self._log.info('Send stored publish')
-            self.send(*self._stored_publish)
+            self.send(self._stored_publish)
             self._stored_publish = None
 
     def reset_stored_publish(self):



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/73f290b518a0665fb302789e203afdba38141e94

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/73f290b518a0665fb302789e203afdba38141e94
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180705/9743f766/attachment.html>


More information about the Commits mailing list