Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
J1147
/
CoW
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
明确config.py中config.json的查找目录为当前目录
#547
master
a5225662
1 ano atrás
pai
2d3ffa1738
commit
5e48dd50ac
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
config.py
+ 1
- 1
config.py
Ver arquivo
@@ -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文件')
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar