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
kpt
2024-07-03 20:33:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9c2740c2d5255edb5e2d227133f0f75ed986fc61
9c2740c2
1 parent
c5b0acd9
【getTopicPageData】重命名函数 getCommentFilterData -> getCommentFilterDataTopic ,解决冲突
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/getTopicPageData.py
utils/getTopicPageData.py
View file @
9c2740c
...
...
@@ -19,7 +19,7 @@ def getTopicPageCreatedAtCharData(topic):# 统计包含特定热词的评论在
createdAt
[
i
[
1
]]
=
1
return
list
(
createdAt
.
keys
()),
list
(
createdAt
.
values
())
def
getCommentFilterData
(
topic
):
# 筛选包含特定热词的评论并返回这些评论的数据
def
getCommentFilterData
Topic
(
topic
):
# 筛选包含特定热词的评论并返回这些评论的数据
commentsList
=
getAllCommentsData
()
commentData
=
[]
for
i
in
commentsList
:
...
...
Please
register
or
login
to post a comment