diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-27 20:27:38 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-27 20:27:38 +0200 |
commit | 06d6f4ffda1b1542d9345f246f1c9645d96aeec0 (patch) | |
tree | 34a414c9170254ae6e886668a440a1a37d228de8 /module/plugins/hooks/XMPPInterface.py | |
parent | Shareonline, zshare fix, testing __slots__ attribute (diff) | |
download | pyload-06d6f4ffda1b1542d9345f246f1c9645d96aeec0.tar.xz |
closed #345
Diffstat (limited to 'module/plugins/hooks/XMPPInterface.py')
-rw-r--r-- | module/plugins/hooks/XMPPInterface.py | 2 |
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)) |