修改browsers位置,删除无用引入

This commit is contained in:
2026-04-10 11:38:57 +08:00
parent ac4e056e3e
commit 1b77615162
16 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import os
from core import browsers
from utils import browsers
class Spiders:
def __init__(self, project_name: str, bitch: int = 5, worker_num: int = 1, switch_clash: bool = False, reflush_browser: bool = False):