php 공통부분 분리, 기간 설정 수정
This commit is contained in:
+2
-1356
File diff suppressed because it is too large
Load Diff
+2
-1354
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()
|
||||
|
||||
Reference in New Issue
Block a user