chore:origin prefer
This commit is contained in:
parent
fdce557fc3
commit
8b93788378
@ -39,7 +39,7 @@ hotel_region_list = 全部
|
||||
hotel_page_num = 1
|
||||
open_update_time = True
|
||||
request_timeout = 10
|
||||
origin_type_prefer = subscribe,hotel,multicast,online_search
|
||||
origin_type_prefer = hotel,multicast,subscribe,online_search
|
||||
hotel_num = 10
|
||||
multicast_num = 10
|
||||
subscribe_num = 10
|
||||
|
@ -91,7 +91,7 @@ class ConfigManager:
|
||||
for origin in self.config.get(
|
||||
"Settings",
|
||||
"origin_type_prefer",
|
||||
fallback="subscribe,hotel,multicast,online_search",
|
||||
fallback="hotel,multicast,subscribe,online_search",
|
||||
).split(",")
|
||||
if origin.strip().lower()
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user