summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/XMPPInterface.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-27 20:27:38 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-27 20:27:38 +0200
commit06d6f4ffda1b1542d9345f246f1c9645d96aeec0 (patch)
tree34a414c9170254ae6e886668a440a1a37d228de8 /module/plugins/hooks/XMPPInterface.py
parentShareonline, zshare fix, testing __slots__ attribute (diff)
downloadpyload-06d6f4ffda1b1542d9345f246f1c9645d96aeec0.tar.xz
closed #345
Diffstat (limited to 'module/plugins/hooks/XMPPInterface.py')
-rw-r--r--module/plugins/hooks/XMPPInterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/XMPPInterface.py b/module/plugins/hooks/XMPPInterface.py
index 8b186ec98..ce937c5d6 100644
--- a/module/plugins/hooks/XMPPInterface.py
+++ b/module/plugins/hooks/XMPPInterface.py
@@ -95,7 +95,7 @@ class XMPPInterface(IRCInterface, JabberClient):
# connect to IRC etc.
self.connect()
try:
- self.loop(1)
+ self.loop()
except Exception, ex:
self.core.log.error("pyLoad XMPP: %s" % str(ex))