优化mongodb配置获取逻辑,移动存储基类位置。

This commit is contained in:
yt210
2025-11-07 17:42:28 +08:00
parent ef6948b305
commit b61ec54a72
8 changed files with 40 additions and 85 deletions

View File

@@ -30,7 +30,7 @@ from database.db_session import get_session
from database.models import KuaishouVideo, KuaishouVideoComment
from tools import utils, words
from var import crawler_type_var
from store.mongodb_store_base import MongoDBStoreBase
from database.mongodb_store_base import MongoDBStoreBase
def calculate_number_of_files(file_store_path: str) -> int: