OSDN Git Service

fix install error.
[rec10/rec10-git.git] / rec10 / trunk / src / chdata.py
index 2e6e095..6f34b67 100644 (file)
@@ -28,5 +28,8 @@ def getChList(xmlpath):
         ontv=ch.getAttribute("ontvcode")\r
         chlist.append([bctype,ontv,chtxt,chd,csch])\r
     return chlist\r
+def deleteChListALL():\r
+    rec10d.rec10db.new_epg_ch()\r
 if __name__ == "__main__":\r
+    deleteChListALL()\r
     scan_ch.searchCh()\r