From 39781e0ec1fe1171d655479df1d150b32dcb8cbe Mon Sep 17 00:00:00 2001 From: Kele Date: Fri, 9 Jun 2023 18:06:41 +0800 Subject: [PATCH] Update __init__.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正一些错误 --- crawl/spiders/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crawl/spiders/__init__.py b/crawl/spiders/__init__.py index 511755e..122700c 100644 --- a/crawl/spiders/__init__.py +++ b/crawl/spiders/__init__.py @@ -38,7 +38,7 @@ 'viu':get_epgs_viu, 'chuanliu':get_epgs_chuanliu, 'mytvsuper':get_epgs_mytvsuper, - 'gxntv':get_epgs_gxntv, + 'gxntv':get_epgs_gxntv } #所有EPG的接口 epg_source = { 'tvmao':get_channels_tvmao, @@ -105,10 +105,10 @@ def epg_func(channel,id,dt,func_arg=0,source = 0): 'get_epgs_viu', 'get_epgs_chuanliu', 'get_epgs_mytvsuper', - 'get_epgs_gxntv, - 'epg_funcs', + 'get_epgs_gxntv', + 'epg_funcs', 'func_args', - 'epg_func', + 'epg_func' ]