php 공통부분 분리, 기간 설정 수정
This commit is contained in:
parent
92eb54eafd
commit
05678de70d
1358
epg2xml-web.php
1358
epg2xml-web.php
File diff suppressed because it is too large
Load Diff
1356
epg2xml.php
1356
epg2xml.php
File diff suppressed because it is too large
Load Diff
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user