Author: dmeyer
Date: Mon Feb 13 20:26:11 2006
New Revision: 1178

Modified:
   trunk/WIP/epg2/test/epgclient.py

Log:
fix crash because the main loop is shut down

Modified: trunk/WIP/epg2/test/epgclient.py
==============================================================================
--- trunk/WIP/epg2/test/epgclient.py    (original)
+++ trunk/WIP/epg2/test/epgclient.py    Mon Feb 13 20:26:11 2006
@@ -27,12 +27,15 @@
     guide.signals["updated"].connect(sys.exit)
 
     # xmltv backend: specify path to XML file:
-    guide.update("xmltv", os.path.expanduser("~/.freevo/TV.xml"))
+    guide.update("xmltv", sys.argv[1])
 
     # zap2it backend, specify username/passwd and optional start/stop time 
(GMT)
     # guide.update("zap2it", username="uname", passwd="passwd")
     kaa.main()
 
+    print 'done'
+    sys.exit(0)
+    
 t0 = time.time()
 if len(sys.argv) > 1:
     keywords = " ".join(sys.argv[1:])


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to