php 공통부분 분리, 기간 설정 수정

This commit is contained in:
wonipapa 2017-09-06 15:06:10 +09:00
parent 92eb54eafd
commit 05678de70d
3 changed files with 5 additions and 2710 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1117,6 +1117,7 @@ if default_fetch_limit :
sys.exit()
else :
period = int(default_fetch_limit)
if period > 2 : period = 2
else :
printError("epg2xml.json 파일의 default_fetch_limit항목이 없습니다.");
sys.exit()