Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Doiiars
2026-03-07 10:34:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e2a85dab80f27c952cd8b460325c0063ff5cdd0
5e2a85da
1 parent
cb64ac36
MindSpider: deep-sentiment流程中自动安装MediaCrawler依赖
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
MindSpider/main.py
MindSpider/main.py
View file @
5e2a85d
...
...
@@ -298,10 +298,13 @@ class MindSpider:
test_mode
:
bool
=
False
)
->
bool
:
"""运行DeepSentimentCrawling模块"""
logger
.
info
(
"运行DeepSentimentCrawling模块..."
)
# 自动检查并初始化数据库表
if
not
self
.
_ensure_database_ready
():
return
False
# 自动安装MediaCrawler依赖
self
.
_install_mediacrawler_dependencies
()
if
not
target_date
:
target_date
=
date
.
today
()
...
...
Please
register
or
login
to post a comment