mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-24 18:40:03 +08:00
8 lines
188 B
Python
8 lines
188 B
Python
DEV_SETTINGS = {
|
|
"host_ip": "qb.findix.cn",
|
|
"sleep_time": 10,
|
|
"info_path": "../config/bangumi.json",
|
|
"rule_path": "../config/rule.json",
|
|
"enable_eps_complete": True,
|
|
}
|