mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-23 18:11:37 +08:00
- 区分 Consts 和 Settings,取代 Env - 独立 downloader module,为便于后续提供多下载器支持 - 加入命令行选项,提供 debug 模式 - 其他细节
8 lines
190 B
Python
8 lines
190 B
Python
DEV_SETTINGS = {
|
|
"host_ip": "localhost:8181",
|
|
"sleep_time": 10,
|
|
"info_path": "../config/bangumi.json",
|
|
"rule_path": "../config/rule.json",
|
|
"enable_eps_complete": True,
|
|
}
|