Merge pull request #83 from wonipapa/devel

Update epg2xml.py
This commit is contained in:
wonipapa 2018-02-10 14:16:23 +09:00 committed by GitHub
commit 0ae4eb898c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ if not sys.version_info[:2] == (2, 7):
sys.exit()
# Set variable
__version__ = '1.2.4p1'
__version__ = '1.2.4p2'
debug = False
today = datetime.date.today()
ua = {'User-Agent': 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36', 'accept': '*/*'}