Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ 添加 Cookie 组件 #633

Merged
merged 150 commits into from
Oct 31, 2024
Merged

✨ 添加 Cookie 组件 #633

merged 150 commits into from
Oct 31, 2024

Conversation

suyiiyii
Copy link
Contributor

No description provided.

@@ -41,6 +44,9 @@ async def init_scheduler():
)
platform_name_list = _schedule_class_platform_dict[site]
scheduler_dict[site] = Scheduler(site, schedulable_args, platform_name_list)
if is_cookie_client_manager(site.client_mgr):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是不是应该放在 Scheduler init 的时候做

Copy link
Contributor Author

@suyiiyii suyiiyii Oct 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scheduler 的 __init__ 方法里面不能有异步函数,所以就放在这里做了

@felinae98 felinae98 changed the title ✨ 添加 Cookie 组件 添加 Cookie 组件 Oct 31, 2024
@felinae98 felinae98 added the feature New feature label Oct 31, 2024
@felinae98 felinae98 merged commit 97a0f04 into MountainDash:main Oct 31, 2024
23 checks passed
@felinae98 felinae98 changed the title 添加 Cookie 组件 ✨ 添加 Cookie 组件 Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature OSPP 开源之夏项目
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants