Skip to content

Commit

Permalink
修复BUG
Browse files Browse the repository at this point in the history
之前企业邮箱更换了,commit里面头像啥的不显示,是我本人!!
  • Loading branch information
mxdabc authored Jun 5, 2024
1 parent 0c5c4af commit 2bf7671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl/crawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def get_epg(channel, dt, func_arg=0):
def gen_xml(sort):
if cname: #测试时不生成
return 0
xmlhead = '<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE tv SYSTEM "http://api.torrent-tv.ru/xmltv.dtd"><tv generator-info-name="mxd-epg-xml" generator-info-url="https://epg.imxd.top/">'
xmlhead = '<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE tv SYSTEM "http://api.torrent-tv.ru/xmltv.dtd"><tv generator-info-name="mxd-epg-xml" generator-info-url="https://epg.mxdyeah.top/">'
xmlbottom = '</tv>'
get_days = crawl_info['gen_xml_days']
xmldir = '%s/%s'%(dirs['share'],xmlinfo[sort]['basename'])
Expand Down

0 comments on commit 2bf7671

Please sign in to comment.