字段对齐
This commit is contained in:
3
main.py
3
main.py
@@ -4,7 +4,10 @@ from logger import error_logger, record_full_log
|
||||
|
||||
TASK_TYPE = {
|
||||
'get_account_profile': playwright_get_user_profile,
|
||||
'update_account_profile': playwright_set_user_profile,
|
||||
'check_account_cookies': playwright_check_account_cookies,
|
||||
'comment': playwright_comment,
|
||||
'like': playwright_like,
|
||||
'post': playwright_post
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user