From: Jason Michalski Date: Mon, 7 Apr 2008 04:42:49 +0000 (-0500) Subject: Let Process on the xmpp connection block for a while X-Git-Url: https://repo.or.cz/w/pyTivo.git/commitdiff_plain/098d6b5be13dbaf0931f4989b9e2c05e01d8a9f7 Let Process on the xmpp connection block for a while --- diff --git a/plugins/webvideo/webvideo.py b/plugins/webvideo/webvideo.py index 6b3ab61..35286d2 100644 --- a/plugins/webvideo/webvideo.py +++ b/plugins/webvideo/webvideo.py @@ -68,7 +68,7 @@ class WebVideo(Video): t.start() def processXMPP(self, client): - while client.Process(): + while client.Process(3): pass def processMessage(self, sess, mess):