Author: dmeyer
Date: Thu Mar 23 20:08:30 2006
New Revision: 8135

Modified:
   trunk/apps/bin/freevo-epg

Log:
wait longer before exit

Modified: trunk/apps/bin/freevo-epg
==============================================================================
--- trunk/apps/bin/freevo-epg   (original)
+++ trunk/apps/bin/freevo-epg   Thu Mar 23 20:08:30 2006
@@ -66,7 +66,7 @@
     mbus = freevo.ipc.Instance('freevo')
     mbus.tvserver.epg.update()
     print 'update scheduled'
-    kaa.notifier.OneShotTimer(sys.exit, 0).start(0.1)
+    kaa.notifier.OneShotTimer(sys.exit, 0).start(1)
 
 
 def search():


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to