🐛 应用部分推荐的重命名

This commit is contained in:
2024-09-13 00:11:49 +08:00
parent f865cef427
commit 5111baa89c
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ async def init_scheduler():
_schedule_class_platform_dict[site].append(platform_name)
for site, target_list in _schedule_class_dict.items():
if is_cookie_client_manager(site.client_mgr):
await site.client_mgr.init_universal_cookie()
await site.client_mgr.refresh_universal_cookie()
if not plugin_config.bison_use_browser and site.require_browser:
logger.warning(f"{site.name} requires browser, it will not schedule.")
continue