fix: weibo bug

This commit is contained in:
Relakkes Yang
2024-06-17 00:25:48 +08:00
parent c3d49c1019
commit a0e5a29af8
11 changed files with 28 additions and 21 deletions

View File

@@ -12,6 +12,7 @@ from playwright.async_api import BrowserContext, Page
from tenacity import (RetryError, retry, retry_if_result, stop_after_attempt,
wait_fixed)
import config
from base.base_crawler import AbstractLogin
from tools import utils