This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
J1147
/
CoW
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
明确config.py中config.json的查找目录为当前目录
#547
master
a5225662
1 년 전
부모
2d3ffa1738
커밋
5e48dd50ac
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.py
+ 1
- 1
config.py
파일 보기
@@ -9,7 +9,7 @@ config = {}
def load_config():
global config
config_path = "config.json"
config_path = "
./
config.json"
if not os.path.exists(config_path):
raise Exception('配置文件不存在,请根据config-template.json模板创建config.json文件')
Write
Preview
Loading…
취소
저장