mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-27 12:00:32 +08:00
11 lines
357 B
Python
11 lines
357 B
Python
DEV_SETTINGS = {
|
|
"host_ip": "192.168.31.10:10101",
|
|
"user_name": "admin",
|
|
"password": "adminadmin",
|
|
"rss_link": "https://mikanani.me/RSS/MyBangumi?token=Td8ceWZZv3s2OZm5ji9RoMer8vk5VS3xzC1Hmg8A26E%3d",
|
|
"sleep_time": 10,
|
|
"info_path": "../config/bangumi.json",
|
|
"rule_path": "../config/rule.json",
|
|
"enable_eps_complete": True,
|
|
}
|